Skip to content

Commit a4ff866

Browse files
committed
Auto merge of #117482 - matthiaskrgr:rollup-doc6jgm, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #115626 (Clean up unchecked_math, separate out unchecked_shifts) - #117397 (Don't emit delayed good-path bugs on panic) - #117401 (Refactor: move suggestion functions from demand to suggestions) - #117475 (Inline and remove `create_session`.) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 9036921 + b687928 commit a4ff866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fail/intrinsics/unchecked_shl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(unchecked_math)]
1+
#![feature(unchecked_shifts)]
22

33
fn main() {
44
unsafe {

tests/fail/intrinsics/unchecked_shr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(unchecked_math)]
1+
#![feature(unchecked_shifts)]
22

33
fn main() {
44
unsafe {

0 commit comments

Comments
 (0)