Skip to content

Commit 1d7ef1d

Browse files
committed
Update ui test suite to nightly-2025-06-30
1 parent 6929572 commit 1d7ef1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/ui/must-use.stderr

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ note: the lint level is defined here
99
|
1010
1 | #![deny(unused_must_use)]
1111
| ^^^^^^^^^^^^^^^
12-
= note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)
12+
help: use `let _ = ...` to ignore the resulting value
13+
|
14+
8 | let _ = anyhow!("it failed");
15+
| +++++++

0 commit comments

Comments
 (0)