Update function.md

pull/405/head
tomoat 3 years ago committed by GitHub
parent 8679cf2063
commit f59be3327c
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