mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
7 lines
94 B
Rust
7 lines
94 B
Rust
fn f() {
|
|
#[foo = "bar"] //~ ERROR expected statement after outer attribute
|
|
}
|
|
|
|
fn main() {
|
|
}
|