rust/tests/ui/resolve/resolve-conflict-import-vs-import.fixed

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

10 lines
140 B
Rust
Raw Normal View History

// run-rustfix
#[allow(unused_imports)]
use std::mem::transmute;
//~^ ERROR the name `transmute` is defined multiple times
fn main() {
}