]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deprecation/issue-66340-deprecated-attr-non-meta-grammar.stderr
Rollup merge of #94728 - compiler-errors:box-allocator-zst-meta, r=michaelwoerister
[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