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