mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
15 lines
392 B
Plaintext
15 lines
392 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
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|
|
error: could not compile `branches`
|
|
|
|
To learn more, run the command again with --verbose.
|