Commit e592e29
authored
Rollup merge of #146579 - estebank:issue-146325, r=jdonszelmann
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
```
Fix rust-lang/rust#146325.File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments