]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-92267.stderr
Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser
[rust.git] / src / test / ui / macros / issue-92267.stderr
1 error: argument never used
2   --> $DIR/issue-92267.rs:3:34
3    |
4 LL | pub fn main() { println!("🦀%%%", 0) }
5    |                                   ^ argument never used
6    |
7 note: format specifiers use curly braces, and the conversion specifier `
8       ` is unknown or unsupported
9   --> $DIR/issue-92267.rs:3:30
10    |
11 LL | pub fn main() { println!("🦀%%%", 0) }
12    |                               ^^
13    = note: printf formatting is not supported; see the documentation for `std::fmt`
14
15 error: aborting due to previous error
16