mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
d929a42a66
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.