fix: revert primitive_types4

This commit is contained in:
Roberto Vidal 2020-04-08 09:11:32 +02:00
parent 86b5c08b9b
commit c864f0bdb4

View file

@ -8,4 +8,7 @@
fn slice_out_of_array() {
let a = [1, 2, 3, 4, 5];
let nice_slice = ???
assert_eq!([2, 3, 4], nice_slice)
}