]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/resolve-conflict-import-vs-import.fixed
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / resolve / resolve-conflict-import-vs-import.fixed
1 // run-rustfix
2
3 #[allow(unused_imports)]
4 use std::mem::transmute;
5
6 //~^ ERROR the name `transmute` is defined multiple times
7
8 fn main() {
9 }