]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-17033.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-17033.stderr
CommitLineData
8faf50e0 1error[E0308]: mismatched types
0731742a 2 --> $DIR/issue-17033.rs:2:10
8faf50e0 3 |
532ac7d7 4LL | (*p)(())
923072b8
FG
5 | ---- ^^
6 | | |
7 | | expected `&mut ()`, found `()`
8 | | help: consider mutably borrowing here: `&mut ()`
9 | arguments to this function are incorrect
8faf50e0
XL
10
11error: aborting due to previous error
12
13For more information about this error, try `rustc --explain E0308`.