rust/tests/ui/parser/issues/issue-1802-2.stderr

10 lines
240 B
Plaintext
Raw Normal View History

2020-07-03 17:15:08 -05:00
error[E0768]: no valid digits found for number
--> $DIR/issue-1802-2.rs:5:16
2018-10-20 15:36:17 -05:00
|
LL | log(error, 0b);
| ^^
2018-10-20 15:36:17 -05:00
error: aborting due to previous error
2018-10-20 15:36:17 -05:00
2020-07-03 17:15:08 -05:00
For more information about this error, try `rustc --explain E0768`.