mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
f5a90728e3
Port depgraph testing attributes to parser Tracking issue: rust-lang/rust#131229 Ports `#[rustc_clean]`, `#[rustc_if_this_changed]` and `#[rustc_then_this_would_need]` attributes. Removes references to `rustc_dirty` as that attribute was folded into `rustc_clean` some time ago and rename some code accordingly. r? JonathanBrouwer