about summary refs log tree commit diff
path: root/tests/ui/resolve/resolve-conflict-import-vs-import.fixed
blob: d981d629c46a21c9925299b92708ce8377bb3b84 (plain)
1
2
3
4
5
6
7
8
//@ run-rustfix

#[allow(unused_imports)]
use std::mem::transmute;
//~^ ERROR the name `transmute` is defined multiple times

fn main() {
}