mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-08 05:06:52 +00:00

ast: Standardize visiting order for attributes and node IDs This should only affect `macro_rules` scopes and order of diagnostics. Also add a deprecation lint for `macro_rules` called outside of their scope, like in https://github.com/rust-lang/rust/issues/124535.