We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5174523 commit 1b6c9f0Copy full SHA for 1b6c9f0
ices/79699.rs
@@ -0,0 +1,6 @@
1
+#![feature(rustc_attrs)]
2
+
3
+#[rustc_variance]
4
+trait Tr { }
5
6
+fn main() { }
0 commit comments