summaryrefslogtreecommitdiffstats
path: root/src/test/ui/deprecation/issue-66340-deprecated-attr-non-meta-grammar.stderr
blob: 24178faf8de789bdd16864c694e2bbe5d0f5123c (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 previous error