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