]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/lint-group-forbid-always-trumps-cli.stderr
Fix problem noticed in PR106859 with char -> u8 suggestion
[rust.git] / tests / ui-fulldeps / lint-group-forbid-always-trumps-cli.stderr
1 error: unused variable: `x`
2   --> $DIR/lint-group-forbid-always-trumps-cli.rs:5:9
3    |
4 LL |     let x = 1;
5    |         ^ help: if this is intentional, prefix it with an underscore: `_x`
6    |
7    = note: `-F unused-variables` implied by `-F unused`
8
9 error: aborting due to previous error
10