about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-12-11 23:31:51 +0100
committerGitHub <noreply@github.com>2021-12-11 23:31:51 +0100
commit6c66d3452deac2b7ea78ecb31a3d21b18038b5cd (patch)
treef4d1d4fe040c1f9c2768ffccb54be237b46524ec /compiler/rustc_codegen_llvm/src
parent90eb610d143e8b81de57ab4f0ade6354e3e26022 (diff)
parent04cdad0fa587dea94bbde60a39dd55967f7ac7f0 (diff)
downloadrust-6c66d3452deac2b7ea78ecb31a3d21b18038b5cd.tar.gz
rust-6c66d3452deac2b7ea78ecb31a3d21b18038b5cd.zip
Rollup merge of #91750 - notriddle:notriddle/doc-notable_trait-mut_t_is_not_ref_t, r=Mark-Simulacrum
rustdoc: Add regression test for Iterator as notable trait on &T

Closes #78160

This regression test is different from the one in #91748, because while neither of these function should have Iterator marked as a notable trait, the reasons are different.

* In this PR, it returns `&T where T: Iterator`. The `mut` is what's missing.
* In #91748, it returns `&mut T`. The trait bounds are what's missing.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions