6 lines
92 B
Rust
6 lines
92 B
Rust
fn std() {}
|
|
mod std {} //~ ERROR the name `std` is defined multiple times
|
|
|
|
fn main() {
|
|
}
|