2022-02-11 01:18:06 -06:00
|
|
|
error[E0606]: casting `*mut impl Debug + ?Sized` as `*mut impl Debug + ?Sized` is invalid
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/casts-differing-anon.rs:21:13
|
2017-12-23 15:38:09 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | b_raw = f_raw as *mut _;
|
2022-02-11 01:18:06 -06:00
|
|
|
| ^^^^^^^^^^^^^^^
|
2017-12-23 15:38:09 -06:00
|
|
|
|
|
2022-02-11 01:18:06 -06:00
|
|
|
= note: vtable kinds may not match
|
2017-12-23 15:38:09 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2017-12-23 15:38:09 -06:00
|
|
|
|
2022-02-11 01:18:06 -06:00
|
|
|
For more information about this error, try `rustc --explain E0606`.
|