Skip to content

Commit

Permalink
fix test case issue ref
Browse files Browse the repository at this point in the history
  • Loading branch information
wecing committed Dec 10, 2020
1 parent 78c0680 commit 3812f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/mir/issue-78496.rs
@@ -1,7 +1,7 @@
// run-pass
// compile-flags: -Z mir-opt-level=2 -C opt-level=0

// example from #68867
// example from #78496
pub enum E<'a> {
Empty,
Some(&'a E<'a>),
Expand Down

0 comments on commit 3812f70

Please sign in to comment.