about summary refs log tree commit diff
path: root/tests/ui/consts/const-fn-mismatch.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/const-fn-mismatch.stderr')
-rw-r--r--tests/ui/consts/const-fn-mismatch.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/const-fn-mismatch.stderr b/tests/ui/consts/const-fn-mismatch.stderr
index a86a06b3ef1..beaf52c0cfb 100644
--- a/tests/ui/consts/const-fn-mismatch.stderr
+++ b/tests/ui/consts/const-fn-mismatch.stderr
@@ -4,6 +4,6 @@ error[E0379]: functions in traits cannot be declared const
 LL |     const fn f() -> u32 {
    |     ^^^^^ functions in traits cannot be const
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0379`.