mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 14:40:37 +00:00
6 lines
92 B
Rust
6 lines
92 B
Rust
fn std() {}
|
|
mod std {} //~ ERROR the name `std` is defined multiple times
|
|
|
|
fn main() {
|
|
}
|