Skip to content

Commit 0d0a346

Browse files
committed
Update ui test suite to nightly-2023-03-17
1 parent 9a9b322 commit 0d0a346

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+
18 | let _ = Thing.f();
15+
| +++++++

0 commit comments

Comments
 (0)