rust/tests/ui/imports/issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
121 B
Rust
Raw Normal View History

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