11 lines
101 B
Rust
11 lines
101 B
Rust
![]() |
// xfail-stage0
|
||
|
// error-pattern:expected item
|
||
|
|
||
|
mod m {
|
||
|
#[foo = "bar"]
|
||
|
use std;
|
||
|
}
|
||
|
|
||
|
fn main() {
|
||
|
}
|