]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parenthesized-deref-suggestion.stderr
Permit `#[deprecated]` in stdlib
[rust.git] / src / test / ui / parenthesized-deref-suggestion.stderr
index 24be32ae9eba679aa052e5acd88bf6b4f425c159..cafddbe2624240dbd9276df2e181b4f7f55da156 100644 (file)
@@ -7,7 +7,7 @@ LL |     (sess as *const Session).opts;
 help: `(sess as *const Session)` is a raw pointer; try dereferencing it
    |
 LL |     (*(sess as *const Session)).opts;
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+   |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 error[E0609]: no field `0` on type `[u32; 1]`
   --> $DIR/parenthesized-deref-suggestion.rs:10:21