]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/casts-differing-anon.stderr
Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-check...
[rust.git] / src / test / ui / casts-differing-anon.stderr
index 8e09a7cd83b53d79b7379fa4fe76548338464e22..fbbb8e3bb332daf356c5c2fa108805bdd31ba50c 100644 (file)
@@ -1,7 +1,7 @@
 error[E0606]: casting `*mut impl std::fmt::Debug+?Sized` as `*mut impl std::fmt::Debug+?Sized` is invalid
   --> $DIR/casts-differing-anon.rs:21:13
    |
-LL |     b_raw = f_raw as *mut _; //~ ERROR is invalid
+LL |     b_raw = f_raw as *mut _;
    |             ^^^^^^^^^^^^^^^
    |
    = note: vtable kinds may not match