mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-07 12:48:30 +00:00
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
error: cannot cast enum `E` into integer `u32` because it implements `Drop`
|
|
--> $DIR/enum-drop-cast-error.rs:17:13
|
|
|
|
|
LL | let i = e as u32;
|
|
| ^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|