rust/tests/ui/macros/issue-92267.stderr

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

17 lines
528 B
Plaintext
Raw Normal View History

error: argument never used
--> $DIR/issue-92267.rs:3:34
|
LL | pub fn main() { println!("🦀%%%", 0) }
| ^ argument never used
|
note: format specifiers use curly braces, and the conversion specifier `
` is unknown or unsupported
--> $DIR/issue-92267.rs:3:30
|
LL | pub fn main() { println!("🦀%%%", 0) }
| ^^
2023-01-02 11:23:43 +00:00
= note: printf formatting is not supported; see the documentation for `std::fmt`
error: aborting due to 1 previous error