]> git.proxmox.com Git - rustc.git/blame - src/test/ui/casts-differing-anon.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / casts-differing-anon.stderr
CommitLineData
ff7c6d11 1error[E0606]: casting `*mut impl std::fmt::Debug+?Sized` as `*mut impl std::fmt::Debug+?Sized` is invalid
0531ce1d 2 --> $DIR/casts-differing-anon.rs:31:13
ff7c6d11 3 |
0531ce1d 4LL | b_raw = f_raw as *mut _; //~ ERROR is invalid
ff7c6d11
XL
5 | ^^^^^^^^^^^^^^^
6 |
7 = note: vtable kinds may not match
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0606`.