2024-09-15 09:47:42 -05:00
|
|
|
error[E0605]: non-primitive cast: `(dyn* Tr + 'static)` as `usize`
|
2022-12-14 12:00:56 -06:00
|
|
|
--> $DIR/dyn-to-rigid.rs:7:5
|
|
|
|
|
|
|
|
|
LL | x as usize
|
2024-09-15 09:47:42 -05:00
|
|
|
| ^^^^^^^^^^ an `as` expression can only be used to convert between primitive types or to coerce to a specific trait object
|
2022-12-14 12:00:56 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-12-14 12:00:56 -06:00
|
|
|
|
2024-09-15 09:47:42 -05:00
|
|
|
For more information about this error, try `rustc --explain E0605`.
|