summary refs log tree commit diff
path: root/src/test/ui/parser/issue-1802-1.stderr
blob: b4ce85e784c44309a7d7b298a623f7bda1dc382a (plain)
1
2
3
4
5
6
7
8
error: no valid digits found for number
  --> $DIR/issue-1802-1.rs:15:16
   |
LL |     log(error, 0b);
   |                ^^

error: aborting due to previous error