Skip to content

Commit

Permalink
Add ICE reproduction for issue rust-lang/rust#79699.
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbot committed Dec 4, 2020
1 parent 5174523 commit 1b6c9f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ices/79699.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#![feature(rustc_attrs)]

#[rustc_variance]
trait Tr { }

fn main() { }

0 comments on commit 1b6c9f0

Please sign in to comment.