mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +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