rust/src
Matthias Krüger 6c66d3452d
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.
2021-12-11 23:31:51 +01:00
..
bootstrap Auto merge of #91720 - Aaron1011:skip-llvm-ci-tools, r=Mark-Simulacrum 2021-12-11 06:58:24 +00:00
build_helper
ci
doc Rollup merge of #91310 - hi-rustin:rustin-patch-rustdoc, r=jyn514 2021-12-11 08:22:30 +01:00
etc
librustdoc Rollup merge of #91717 - inashivb:issue-91713, r=jyn514 2021-12-11 16:02:49 +01:00
llvm-project@2b9078f4af
rustdoc-json-types
test Rollup merge of #91750 - notriddle:notriddle/doc-notable_trait-mut_t_is_not_ref_t, r=Mark-Simulacrum 2021-12-11 23:31:51 +01:00
tools
README.md
stage0.json
version

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.