mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
0424cc1673
Remove attribute parsing `Stage` I discovered that it is surprisingly easy to remove the concept of `Stage` in the attribute parsers, imo this makes the code a lot cleaner. r? @jdonszelmann cc @mejrs @Bryntet