]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-1802-2.stderr
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / ui / parser / issues / issue-1802-2.stderr
1 error[E0768]: no valid digits found for number
2   --> $DIR/issue-1802-2.rs:5:16
3    |
4 LL |     log(error, 0b);
5    |                ^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0768`.