casts-differing-anon.stderr 350 字节
Newer Older
D
Dan Aloni 已提交
1
error[E0606]: casting `*mut impl Debug+?Sized` as `*mut impl Debug+?Sized` is invalid
M
Mark Rousskov 已提交
2
  --> $DIR/casts-differing-anon.rs:21:13
3
   |
V
Vadim Petrochenkov 已提交
4
LL |     b_raw = f_raw as *mut _;
5 6 7 8 9 10
   |             ^^^^^^^^^^^^^^^
   |
   = note: vtable kinds may not match

error: aborting due to previous error

G
Guillaume Gomez 已提交
11
For more information about this error, try `rustc --explain E0606`.