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