summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const-block-const-bound.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/const-block-const-bound.stderr')
-rw-r--r--tests/ui/consts/const-block-const-bound.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/const-block-const-bound.stderr b/tests/ui/consts/const-block-const-bound.stderr
index b402f0ea9..81790a62f 100644
--- a/tests/ui/consts/const-block-const-bound.stderr
+++ b/tests/ui/consts/const-block-const-bound.stderr
@@ -6,6 +6,6 @@ LL | const fn f<T: ~const Destruct>(x: T) {}
| |
| the destructor for this type cannot be evaluated in constant functions
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0493`.