3 lines
91 B
Rust
3 lines
91 B
Rust
|
fn main() {
|
||
|
let _p: char = 100; //~ ERROR mismatched types: expected `char` but found
|
||
|
}
|