]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed
Rollup merge of #106958 - jyn514:labels, r=m-ou-se
[rust.git] / tests / ui / imports / issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed
1 // run-rustfix
2
3 extern crate std as other_std;
4 fn main() {}
5 //~^^ ERROR the name `std` is defined multiple times [E0259]