|
|
@ -451,7 +451,7 @@ error: `..` can only be used once per tuple pattern // 每个元组模式只能
|
|
|
|
error: could not compile `world_hello` due to previous error ^^
|
|
|
|
error: could not compile `world_hello` due to previous error ^^
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Rust 无法判断,`second` 应该匹配 `numbers` 中的第几个元素,因此这里使用两个 `..` 模式,是由很大歧义的!
|
|
|
|
Rust 无法判断,`second` 应该匹配 `numbers` 中的第几个元素,因此这里使用两个 `..` 模式,是有很大歧义的!
|
|
|
|
|
|
|
|
|
|
|
|
### 匹配守卫提供的额外条件
|
|
|
|
### 匹配守卫提供的额外条件
|
|
|
|
|
|
|
|
|
|
|
|