]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deprecation/issue-66340-deprecated-attr-non-meta-grammar.stderr
Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'
[rust.git] / src / test / ui / deprecation / issue-66340-deprecated-attr-non-meta-grammar.stderr
1 error: expected unsuffixed literal or identifier, found `test`
2   --> $DIR/issue-66340-deprecated-attr-non-meta-grammar.rs:9:21
3    |
4 LL | #[deprecated(note = test)]
5    |                     ^^^^
6
7 error: aborting due to previous error
8