mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-26 07:25:48 +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}
|
```{rust,ignore}
|
||||||
fn print_sum(x, y) {
|
fn print_sum(x, y) {
|
||||||
println!("x is: {}", x + y);
|
println!("sum is: {}", x + y);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user