rust/tests/ui/deprecation/issue-66340-deprecated-attr-non-meta-grammar.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
234 B
Plaintext
Raw Normal View History

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