]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/transmute_32bit.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / transmute_32bit.rs
index 08866c63ec6fde25d38327ea23bda3ac26f6d089..ffe22b12f5510646450f9219061828cb2c5e69de 100644 (file)
@@ -1,8 +1,6 @@
-//ignore-x86_64
+// ignore-64bit
 
-
-
-#[warn(wrong_transmute)]
+#[warn(clippy::wrong_transmute)]
 fn main() {
     unsafe {
         let _: *const usize = std::mem::transmute(6.0f32);