]> git.proxmox.com Git - rustc.git/blob - src/tools/clippy/tests/ui/crashes/ice-8821.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / crashes / ice-8821.stderr
1 error: this let-binding has unit value
2 --> $DIR/ice-8821.rs:7:5
3 |
4 LL | let _: () = FN();
5 | ^^^^^^^^^^^^^^^^^ help: omit the `let` binding: `FN();`
6 |
7 = note: `-D clippy::let-unit-value` implied by `-D warnings`
8
9 error: aborting due to previous error
10