rust/tests/ui/macros/format-foreign-dollar-without-spec.rs
2025-08-27 14:39:33 +09:00

6 lines
119 B
Rust

// https://github.com/rust-lang/rust/issues/137580
fn main() {
println!("%65536$", 1);
//~^ ERROR never used
}