7 lines
94 B
Rust
7 lines
94 B
Rust
fn f() {
|
|
#[foo = "bar"] //~ ERROR expected statement after outer attribute
|
|
}
|
|
|
|
fn main() {
|
|
}
|