Skip to content

Commit

Permalink
Add regression test for rust-lang#96395
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed May 11, 2022
1 parent a85de16 commit dc87ad2
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 dc87ad2

Please sign in to comment.