Merge pull request #405 from nestfiy/main

fix: 返回值改为返回类型
pull/408/head
孙飞Sunface 3 years ago committed by GitHub
commit da44692ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save