mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 19:32:01 +00:00
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
// run-rustfix
|
|
|
|
#[allow(unused_imports)]
|
|
use std::mem::transmute;
|
|
|
|
//~^ ERROR the name `transmute` is defined multiple times
|
|
|
|
fn main() {
|
|
}
|