]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unsafe/unsafe-fn-autoderef.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / unsafe / unsafe-fn-autoderef.stderr
CommitLineData
b7449926 1error[E0609]: no field `f` on type `*const Rec`
0731742a 2 --> $DIR/unsafe-fn-autoderef.rs:19:14
b7449926 3 |
532ac7d7 4LL | return p.f;
0731742a
XL
5 | --^
6 | |
7 | help: `p` is a raw pointer; try dereferencing it: `(*p).f`
b7449926
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0609`.