rust/compiler/rustc_attr_parsing
Michael Goulet 34d273b4bf
Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercote
fix usage of ty decl macro fragments in attributes

See the test case. Due to one missing code path (and also the changes in #137517), using $ty or other specific fragments as part of an attr wouldn't work. $tt used to work since it wouldn't be parsed anywhere along the way.

Closes #137662
2025-03-06 12:22:15 -05:00
..
src Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercote 2025-03-06 12:22:15 -05:00
Cargo.toml Introduce new parsing infrastructure and types for parsed attributes 2025-02-24 14:26:06 +01:00
messages.ftl Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00