mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
60b5ca6275
Rollup of 9 pull requests Successful merges: - #122842 (Don't emit an error about failing to produce a file with a specific name if user never gave an explicit name) - #122881 (Delegation: fix ICE on `bound_vars` divergence) - #122910 (Validate that we're only matching on unit struct for path pattern) - #122970 (Use `chunk_by` when building `ReverseSccGraph`) - #122988 (add even more tests! ) - #122999 (Fix unpretty UI test when /tmp does not exist) - #123001 (Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}`) - #123022 (Add `async-closures/once.rs` back to cranelift tests) - #123034 (Add a bunch of needs-unwind annotations to tests) r? `@ghost` `@rustbot` modify labels: rollup
This directory contains some source code for the Rust project, including:
- The bootstrapping build system
- Various submodules for tools, like cargo, tidy, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.