CamaroW 3 months ago committed by GitHub
parent 263f49ec67
commit 19b483a905
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -172,7 +172,7 @@ error[E0308]: mismatched types // 类型不匹配
##### 永不返回的发散函数 `!`
当用 `!` 作函数返回类型的时候,表示该函数永不返回( diverge function ),特别的,这种语法往往用做会导致程序崩溃的函数:
当用 `!` 作函数返回类型的时候,表示该函数永不返回( diverging functions ),特别的,这种语法往往用做会导致程序崩溃的函数:
```rust
fn dead_end() -> ! {

Loading…
Cancel
Save