rust/src/test/ui/issues/issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
2018-12-25 21:08:33 -07:00

6 lines
108 B
Rust

// run-rustfix
extern crate std;
fn main() {}
//~^^ ERROR the name `std` is defined multiple times [E0259]