Skip to content

Commit 3812f70

Browse files
committed
fix test case issue ref
1 parent 78c0680 commit 3812f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/mir/issue-78496.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// run-pass
22
// compile-flags: -Z mir-opt-level=2 -C opt-level=0
33

4-
// example from #68867
4+
// example from #78496
55
pub enum E<'a> {
66
Empty,
77
Some(&'a E<'a>),

0 commit comments

Comments
 (0)