]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-92267.stderr
Rollup merge of #95376 - WaffleLapkin:drain_keep_rest, r=dtolnay
[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 not supported; see the documentation for `std::fmt`
14
15 error: aborting due to previous error
16