mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-25 23:14:12 +00:00
Rollup merge of #22280 - Unode:patch-1, r=steveklabnik
This commit is contained in:
commit
1ee09f918d
@ -60,7 +60,7 @@ not work:
|
||||
|
||||
```{rust,ignore}
|
||||
fn print_sum(x, y) {
|
||||
println!("x is: {}", x + y);
|
||||
println!("sum is: {}", x + y);
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user