rust/src
bors 6d651a295e Auto merge of #104437 - matthiaskrgr:rollup-n5jdg9v, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #103439 (Show note where the macro failed to match)
 - #103734 (Adjust stabilization version to 1.65.0 for wasi fds)
 - #104148 (Visit attributes of trait impl items during AST validation)
 - #104241 (Move most of unwind's build script to lib.rs)
 - #104258 (Deduce closure signature from a type alias `impl Trait`'s supertraits)
 - #104296 (Walk types more carefully in `ProhibitOpaqueTypes` visitor)
 - #104309 (Slightly improve error message for invalid identifier)
 - #104316 (Simplify suggestions for errors in generators.)
 - #104339 (Add `rustc_deny_explicit_impl`)

Failed merges:

 - #103484 (Add `rust` to `let_underscore_lock` example)

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-15 12:35:57 +00:00
..
bootstrap
ci Rollup merge of #103842 - andrewpollack:add-fuchsia-test-script, r=tmandry 2022-11-15 01:40:42 +01:00
doc Rollup merge of #103842 - andrewpollack:add-fuchsia-test-script, r=tmandry 2022-11-15 01:40:42 +01:00
etc
librustdoc Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr 2022-11-15 06:43:28 +00:00
llvm-project@a1232c451f
rustdoc-json-types
test Auto merge of #104437 - matthiaskrgr:rollup-n5jdg9v, r=matthiaskrgr 2022-11-15 12:35:57 +00:00
tools Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr 2022-11-15 06:43:28 +00:00
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 cargo, etc.

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