Skip to content

Commit 300e1b5

Browse files
authored
Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-se
Stabilize const_ptr_read Stabilizes const_ptr_read, with tracking issue #80377
2 parents 43ac546 + 885d06c commit 300e1b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fail/const-ub-checks.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(const_ptr_read)]
21

32
const UNALIGNED_READ: () = unsafe {
43
let x = &[0u8; 4];

0 commit comments

Comments
 (0)