mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 01:22:48 +00:00
6 lines
119 B
Rust
6 lines
119 B
Rust
// https://github.com/rust-lang/rust/issues/137580
|
|
fn main() {
|
|
println!("%65536$", 1);
|
|
//~^ ERROR never used
|
|
}
|