Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-03-17
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 17, 2023
1 parent 9a9b322 commit 0d0a346
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ui/must-use.stderr
Expand Up @@ -9,3 +9,7 @@ note: the lint level is defined here
|
1 | #![deny(unused_must_use)]
| ^^^^^^^^^^^^^^^
help: use `let _ = ...` to ignore the resulting value
|
18 | let _ = Thing.f();
| +++++++

0 comments on commit 0d0a346

Please sign in to comment.