You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#131458 - matthiaskrgr:rollup-82qeotv, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#131382 (Add "reference" as a known compiletest header)
- rust-lang#131420 (Dont ICE when encountering post-mono layout cycle error)
- rust-lang#131424 (compiler: Stop reexporting enum-globs from `rustc_target::abi`)
- rust-lang#131426 (Fix quotation marks around debug line in `src/ci/run.sh`)
- rust-lang#131435 (Ignore broken-pipe-no-ice on apple (specifically macOS) for now)
- rust-lang#131447 (add more crash tests)
- rust-lang#131456 (Fix typo in E0793)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: compiler/rustc_codegen_cranelift/src/discriminant.rs
+2-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
//! Adapted from <https://github.com/rust-lang/rust/blob/31c0645b9d2539f47eecb096142474b29dc542f7/compiler/rustc_codegen_ssa/src/mir/place.rs>
0 commit comments