mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-30 02:02:52 +00:00
5 lines
78 B
Rust
5 lines
78 B
Rust
// compile-flags: -Zterminal-urls=yes
|
|
fn main() {
|
|
let () = 4; //~ ERROR
|
|
}
|