Skip to content

Commit 376163a

Browse files
Rollup merge of #96950 - JohnTitor:issue-96395, r=compiler-errors,oli-obk
Add regression test for #96395 Closes #96395 This repeats "fixed" and "ICE", see rust-lang/glacier#1243 (comment) I think it's good to add a test before regressing again. r? ``@compiler-errors`` for quick reviiew cc ``@oli-obk`` you might want to check as you're familiar with MIR
2 parents 1fede17 + dc87ad2 commit 376163a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/ui/associated-types/issue-82079.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
// revisions: default miropt
12
// check-pass
3+
//[miropt]compile-flags: -Z mir-opt-level=3
4+
// -^ This flag is for #96395 as a regression test.
25

36
mod convenience_operators {
47
use crate::{Op, Relation};

0 commit comments

Comments
 (0)