summaryrefslogtreecommitdiffstats
path: root/tests/ui/statics/issue-44373.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/statics/issue-44373.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/statics/issue-44373.stderr b/tests/ui/statics/issue-44373.stderr
index 2d29dec88..3bbcfdd85 100644
--- a/tests/ui/statics/issue-44373.stderr
+++ b/tests/ui/statics/issue-44373.stderr
@@ -8,6 +8,6 @@ LL | let _val: &'static [&'static u32] = &[&FOO];
LL | }
| - temporary value is freed at the end of this statement
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0716`.