]> git.lizzy.rs Git - rust.git/blob - src/test/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / 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]