We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8997c55 commit b0c8c7aCopy full SHA for b0c8c7a
tests/ui/transmutes_expressible_as_ptr_casts.rs
@@ -73,4 +73,4 @@ fn main() {
73
// fall through into `do_check`.
74
fn trigger_do_check_to_emit_error(in_param: &[i32; 1]) -> *const u8 {
75
unsafe { transmute::<&[i32; 1], *const u8>(in_param) }
76
-}
+}
0 commit comments