Skip to content

Commit 41aae56

Browse files
authored
Update with new error output (#28)
1 parent 3123582 commit 41aae56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ui/must_use.stderr

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ note: the lint level is defined here
99
|
1010
1 | #![deny(unused_must_use)]
1111
| ^^^^^^^^^^^^^^^
12+
help: use `let _ = ...` to ignore the resulting value
13+
|
14+
9 | let _ = apples(3);
15+
| +++++++

0 commit comments

Comments
 (0)