We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b5c08 commit b3a3351Copy full SHA for b3a3351
exercises/primitive_types/primitive_types4.rs
@@ -8,4 +8,7 @@
8
fn slice_out_of_array() {
9
let a = [1, 2, 3, 4, 5];
10
11
+ let nice_slice = ???
12
+
13
+ assert_eq!([2, 3, 4], nice_slice)
14
}
0 commit comments