summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/issue-92267.stderr
blob: d2d66c81198ec71d429632c4ebb0d3e690cf7f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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) }
   |                               ^^
   = note: printf formatting not supported; see the documentation for `std::fmt`

error: aborting due to previous error