mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
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
|
|
|