mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
5 lines
117 B
Rust
5 lines
117 B
Rust
fn main() {
|
|
let crate = 0;
|
|
//~^ ERROR expected unit struct, unit variant or constant, found module `crate`
|
|
}
|