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 2f6439a commit 6d88803Copy full SHA for 6d88803
tests/ui/crashes/ice-6139.rs
@@ -0,0 +1,7 @@
1
+trait T<'a> {}
2
+
3
+fn foo(_: Vec<Box<dyn T<'_>>>) {}
4
5
+fn main() {
6
+ foo(vec![]);
7
+}
0 commit comments