Trevor Gross 804d1a194e
Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkov
Implement declarative (`macro_rules!`) attribute macros (RFC 3697)

This implements [RFC 3697](https://github.com/rust-lang/rust/issues/143547), "Declarative (`macro_rules!`) attribute macros".

I would suggest reading this commit-by-commit. This first introduces the
feature gate, then adds parsing for attribute rules (doing nothing with them),
then adds the ability to look up and apply `macro_rules!` attributes by path,
then adds support for local attributes, then adds a test, and finally makes
various improvements to errors.
2025-08-08 14:22:45 -05:00
..
2025-06-19 13:02:04 -05:00
2025-07-24 13:21:25 -05:00
2024-01-29 07:41:41 +11:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2025-03-27 18:29:06 +00:00
2025-06-19 13:02:04 -05:00
2025-06-23 08:50:17 +02:00
2025-06-19 13:02:04 -05:00