quick formatting fix
This commit is contained in:
parent
4347cbbd66
commit
9293607f8f
1 changed files with 1 additions and 5 deletions
|
|
@ -87,11 +87,7 @@ println!("{}", x + z);
|
|||
This gives us an error:
|
||||
|
||||
```text
|
||||
hello.rs:6:24: 6:25 error: mismatched types:
|
||||
expected `_`,
|
||||
found `&_`
|
||||
(expected integral variable,
|
||||
found &-ptr)
|
||||
hello.rs:6:24: 6:25 error: mismatched types: expected `_`, found `&_` (expected integral variable, found &-ptr)
|
||||
hello.rs:6 println!("{}", x + z);
|
||||
^
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue