summaryrefslogtreecommitdiffstats
path: root/tests/ui/static/static-mut-not-constant.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/static/static-mut-not-constant.stderr')
-rw-r--r--tests/ui/static/static-mut-not-constant.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/static/static-mut-not-constant.stderr b/tests/ui/static/static-mut-not-constant.stderr
index 8411a1557..d125bec59 100644
--- a/tests/ui/static/static-mut-not-constant.stderr
+++ b/tests/ui/static/static-mut-not-constant.stderr
@@ -7,6 +7,6 @@ LL | static mut a: Box<isize> = Box::new(3);
= note: calls in statics are limited to constant functions, tuple structs and tuple variants
= note: consider wrapping this expression in `Lazy::new(|| ...)` from the `once_cell` crate: https://crates.io/crates/once_cell
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0015`.