mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
59d86097fe
fix: [rustfmt] prevent panic when rewritng associated item delegations Tracking issue: https://github.com/rust-lang/rust/issues/118212 rustfmt issue: https://github.com/rust-lang/rustfmt/issues/6513 Fixes a rustfmt bug for `#![feature(fn_delegation)]`
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.