...编译器抛出了以下错误:
```shell
error[E0277]: the size for values of type `[{integer}]` cannot be known at compilation time
--> exercises/primitive_types/primitive_types4.rs:14:9
|
14 | let nice_slice = a[1..4];
| ^^^^^^^^^^ doesn't have a size known at compile...