2 lines
77 B
Rust
2 lines
77 B
Rust
#![allow(unused_variables)]; //~ ERROR expected item, found `;`
|
|
fn main() {}
|
#![allow(unused_variables)]; //~ ERROR expected item, found `;`
|
|
fn main() {}
|