rust/compiler/rustc_parse
Esteban Küber 01e2cf8f44 Handle macro invocation in attribute during parse
```
error: expected a literal (`1u8`, `1.0f32`, `"string"`, etc.) here, found macro `concat`
  --> $DIR/macro-in-attribute.rs:4:21
   |
LL | #[deprecated(note = concat!("a", "b"))]
   |                     ^^^^^^^^^^^^^^^^^ macros are not allowed here
```
2025-12-09 01:16:05 +00:00
..
src Handle macro invocation in attribute during parse 2025-12-09 01:16:05 +00:00
Cargo.toml refactor: Move to anstream + anstyle for styling 2025-10-20 12:13:25 -06:00
messages.ftl Auto merge of #149515 - matthiaskrgr:rollup-djmciuc, r=matthiaskrgr 2025-12-01 20:29:33 +00:00