We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bede50 commit 975f8b5Copy full SHA for 975f8b5
src/test/ui/parser/issue-1802-2.rs
@@ -4,4 +4,5 @@ fn main() {
4
let error = 42;
5
log(error, 0b_usize);
6
//~^ ERROR no valid digits found for number
7
+ //~| ERROR mismatched types
8
}
0 commit comments