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

Commit 39cb7eb

Browse files
authored
Merge pull request #556 from rustbot/triagebot-ice-79699
ICE - rust-lang/rust#79699
2 parents 5174523 + 1b6c9f0 commit 39cb7eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ices/79699.rs

+6
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)