summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-1802-1.stderr
blob: 5ddc5ae58d9df4a82583bf907e65e9c1ab4de3f3 (plain)
1
2
3
4
5
6
7
8
9
error[E0768]: no valid digits found for number
  --> $DIR/issue-1802-1.rs:5:16
   |
LL |     log(error, 0b);
   |                ^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0768`.