Files
rust/tests/ui/macros/format-foreign-dollar-without-spec.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
119 B
Rust
Raw Normal View History

2025-08-27 14:39:33 +09:00
// https://github.com/rust-lang/rust/issues/137580
fn main() {
println!("%65536$", 1);
//~^ ERROR never used
}