mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 23:13:33 +00:00
5 lines
83 B
Rust
5 lines
83 B
Rust
extern crate std;
|
|
//~^ ERROR the name `std` is defined multiple times
|
|
|
|
fn main(){}
|