blob: 48c763c50e3b1cdef54b25bbca33c0d0502b279d (
plain)
1
2
3
4
5
6
7
8
|
error: expected unsuffixed literal or identifier, found `test`
--> $DIR/issue-66340-deprecated-attr-non-meta-grammar.rs:9:21
|
LL | #[deprecated(note = test)]
| ^^^^
error: aborting due to 1 previous error
|