]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
[rust.git] / tests / ui / imports / issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
1 // run-rustfix
2
3 extern crate std;
4 fn main() {}
5 //~^^ ERROR the name `std` is defined multiple times [E0259]