Closed
Description
From: src/test/compile-fail/E0054.rs
E0054 needs a span_label, updating it from:
error[E0054]: cannot cast as `bool`
--> src/test/compile-fail/E0054.rs:13:24
|
13 | let x_is_nonzero = x as bool; //~ ERROR E0054
| ^^^^^^^^^
|
= help: compare with zero instead
To:
error[E0054]: cannot cast as `bool`
--> src/test/compile-fail/E0054.rs:13:24
|
13 | let x_is_nonzero = x as bool; //~ ERROR E0054
| ^^^^^^^^^ unsupported cast
|
= help: compare with zero instead
Metadata
Metadata
Assignees
Labels
No labels