mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-06 06:30:25 +00:00
5 lines
100 B
Rust
5 lines
100 B
Rust
fn main() {
|
|
let a = 1_is; //~ ERROR invalid suffix
|
|
let b = 2_us; //~ ERROR invalid suffix
|
|
}
|