Skip to content

Commit f18434f

Browse files
committed
Auto merge of #111402 - matthiaskrgr:rollup-28cqfz5, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - #97320 (Stabilize const_ptr_read) - #110770 (Limit lifetime of format_args!() with inlined args.) - #111021 (Move some tests) - #111215 (Various changes to name resolution of anon consts) - #111242 (support set `rpath` option for each target independently) - #111282 (Remove some `assume`s from slice iterators that don't do anything) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents 43ac546 + 5506822 commit f18434f

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)