summaryrefslogtreecommitdiffstats
path: root/src/test/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
blob: 1b491ac7efe06cfe0c72813c963d5ddf1824b580 (plain)
1
2
3
4
5
// run-rustfix

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