Skip to content

Commit c81481f

Browse files
committed
Move crash test.
1 parent dec4e98 commit c81481f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/crashes/116721.rs tests/ui/mir/sized-slice-predicate-116721.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
//@ known-bug: #116721
1+
//@ build-pass
22
//@ compile-flags: -Zmir-opt-level=3 --emit=mir
3+
34
fn hey<T>(it: &[T])
45
where
56
[T]: Clone,

0 commit comments

Comments
 (0)