mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
c9c4b5d727
Rollup of 8 pull requests Successful merges: - #89610 (warn on must_use use on async fn's) - #90667 (Improve diagnostics when a static lifetime is expected) - #90687 (Permit const panics in stable const contexts in stdlib) - #90772 (Add Vec::retain_mut) - #90861 (Print escaped string if char literal has multiple characters, but only one printable character) - #90884 (Fix span for non-satisfied trivial trait bounds) - #90900 (Remove workaround for the forward progress handling in LLVM) - #90901 (Improve ManuallyDrop suggestion) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.