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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
240 B
Plaintext
Raw Normal View History

2020-07-04 00:15:08 +02:00
error[E0768]: no valid digits found for number
--> $DIR/issue-1802-2.rs:5:16
2018-10-20 23:36:17 +03:00
|
LL | log(error, 0b);
| ^^
2018-10-20 23:36:17 +03: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`.