mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
error: expected statement after outer attribute
|
|
--> $DIR/attr-dangling-in-fn.rs:2:3
|
|
|
|
|
LL | #[foo = "bar"]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|