Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-11-11
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 11, 2022
1 parent fd34155 commit 451651b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/temporary-value.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ error[E0716]: temporary value dropped while borrowed
4 | let _ = anyhow!(&String::new());
| ---------^^^^^^^^^^^^^-
| | |
| | creates a temporary which is freed while still in use
| | creates a temporary value which is freed while still in use
| temporary value is freed at the end of this statement
| argument requires that borrow lasts for `'static`

0 comments on commit 451651b

Please sign in to comment.