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

error: aborting due to previous error