summaryrefslogtreecommitdiffstats
path: root/vendor/anyhow/tests/ui/temporary-value.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/anyhow/tests/ui/temporary-value.stderr')
-rw-r--r--vendor/anyhow/tests/ui/temporary-value.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/anyhow/tests/ui/temporary-value.stderr b/vendor/anyhow/tests/ui/temporary-value.stderr
index 4e4115fc3..dc27c4981 100644
--- a/vendor/anyhow/tests/ui/temporary-value.stderr
+++ b/vendor/anyhow/tests/ui/temporary-value.stderr
@@ -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`