Move crash test.

This commit is contained in:
Camille GILLOT 2024-06-27 09:39:37 +00:00
parent dec4e98522
commit c81481fdb9

View File

@ -1,5 +1,6 @@
//@ known-bug: #116721
//@ build-pass
//@ compile-flags: -Zmir-opt-level=3 --emit=mir
fn hey<T>(it: &[T])
where
[T]: Clone,