]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/order-dependent-cast-inference.stderr
Rollup merge of #93663 - sunfishcode:sunfishcode/as-raw-name, r=joshtriplett
[rust.git] / src / test / ui / order-dependent-cast-inference.stderr
index ad50b415869dd6f322e2b567dcf5dc5012541fc8..9f4ac0fea36ef03ba41bb048a197ad87627bb0af 100644 (file)
@@ -1,10 +1,8 @@
 error[E0641]: cannot cast to a pointer of an unknown kind
-  --> $DIR/order-dependent-cast-inference.rs:5:17
+  --> $DIR/order-dependent-cast-inference.rs:5:22
    |
 LL |     let mut y = 0 as *const _;
-   |                 ^^^^^--------
-   |                      |
-   |                      help: consider giving more type information
+   |                      ^^^^^^^^ needs more type information
    |
    = note: the type information given here is insufficient to check whether the pointer cast is valid