summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/issue-83340.stderr
blob: 1935de02b57a978bea5600d1e78594dc0c8fede5 (plain)
1
2
3
4
5
6
7
8
error: 1 positional argument in format string, but no arguments were given
  --> $DIR/issue-83340.rs:6:4
   |
LL | \n {} │",
   |    ^^

error: aborting due to previous error