We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec4e98 commit c81481fCopy full SHA for c81481f
tests/crashes/116721.rs tests/ui/mir/sized-slice-predicate-116721.rs
@@ -1,5 +1,6 @@
1
-//@ known-bug: #116721
+//@ build-pass
2
//@ compile-flags: -Zmir-opt-level=3 --emit=mir
3
+
4
fn hey<T>(it: &[T])
5
where
6
[T]: Clone,
0 commit comments