mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-25 05:42:18 +08:00
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
|
$ cargo run
|
||
|
Compiling branches v0.1.0 (file:///projects/branches)
|
||
|
error[E0308]: mismatched types
|
||
|
--> src/main.rs:4:8
|
||
|
|
|
||
|
4 | if number {
|
||
|
| ^^^^^^ expected `bool`, found integer
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0308`.
|
||
|
error: could not compile `branches` due to previous error
|