]> git.lizzy.rs Git - rust.git/blob - src/test/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed
Rollup merge of #102953 - WaffleLapkin:better_docs_for_decorate_param, r=RalfJung
[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]