Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b0c8c7a

Browse files
committed
add newline to transmutes_expressible_as_ptr_casts.rs
1 parent 8997c55 commit b0c8c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/transmutes_expressible_as_ptr_casts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ fn main() {
7373
// fall through into `do_check`.
7474
fn trigger_do_check_to_emit_error(in_param: &[i32; 1]) -> *const u8 {
7575
unsafe { transmute::<&[i32; 1], *const u8>(in_param) }
76-
}
76+
}

0 commit comments

Comments
 (0)