Skip to content

Commit

Permalink
Rollup merge of rust-lang#96950 - JohnTitor:issue-96395, r=compiler-e…
Browse files Browse the repository at this point in the history
…rrors,oli-obk

Add regression test for rust-lang#96395

Closes rust-lang#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
  • Loading branch information
GuillaumeGomez authored May 28, 2022
2 parents 1fede17 + dc87ad2 commit 376163a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/ui/associated-types/issue-82079.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// revisions: default miropt
// check-pass
//[miropt]compile-flags: -Z mir-opt-level=3
// -^ This flag is for #96395 as a regression test.

mod convenience_operators {
use crate::{Op, Relation};
Expand Down

0 comments on commit 376163a

Please sign in to comment.