Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 1b6c9f0

Browse files
committed
Add ICE reproduction for issue rust-lang/rust#79699.
1 parent 5174523 commit 1b6c9f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ices/79699.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#![feature(rustc_attrs)]
2+
3+
#[rustc_variance]
4+
trait Tr { }
5+
6+
fn main() { }

0 commit comments

Comments
 (0)