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

17 lines
528 B
Plaintext

error: argument never used
--> $DIR/format-foreign-dollar-without-spec.rs:3:25
|
LL | println!("%65536$", 1);
| ^ argument never used
|
note: format specifiers use curly braces, and the conversion specifier `
` is unknown or unsupported
--> $DIR/format-foreign-dollar-without-spec.rs:3:15
|
LL | println!("%65536$", 1);
| ^^^^^^^^
= note: printf formatting is not supported; see the documentation for `std::fmt`
error: aborting due to 1 previous error