We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89bbd2c commit b3d54a2Copy full SHA for b3d54a2
src/test/compile-fail/cast-rfc0401-2.rs
@@ -15,6 +15,5 @@
15
fn main() {
16
let _ = 3 as bool;
17
//~^ ERROR cannot cast as `bool`
18
- //~| HELP see a detailed explanation
19
//~| HELP compare with zero
20
}
0 commit comments