mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
ddc1a64229
Rollup of 9 pull requests Successful merges: - rust-lang/rust#156796 (Fix missing suggestion when matching `String` with `&str`) - rust-lang/rust#156933 (rustc_parse_format: improve the error diagnostic for `+` sign flag) - rust-lang/rust#156545 (fix issue-144595) - rust-lang/rust#156814 (Extend macOS deployment target mismatch filter to cover dylib and new ld formats) - rust-lang/rust#156851 (rustdoc: avoid ICE when rendering body-less type consts) - rust-lang/rust#156942 (Remove unneeded `#[skip_arg]` attributes) - rust-lang/rust#156972 (add field_projections fixme) - rust-lang/rust#156975 (Move check_cfg out of diagnostic attr module) - rust-lang/rust#156989 (Add missing --set rust.codegen-backends=["gcc"] in the gcc codegen Dockerfile for the core tests)
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.