about summary refs log tree commit diff
path: root/tests/ui/generic-const-items/trivially-unsatisfied-bounds-0.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/generic-const-items/trivially-unsatisfied-bounds-0.stderr')
-rw-r--r--tests/ui/generic-const-items/trivially-unsatisfied-bounds-0.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/generic-const-items/trivially-unsatisfied-bounds-0.stderr b/tests/ui/generic-const-items/trivially-unsatisfied-bounds-0.stderr
index c3ef94529a4..942e5dbd88e 100644
--- a/tests/ui/generic-const-items/trivially-unsatisfied-bounds-0.stderr
+++ b/tests/ui/generic-const-items/trivially-unsatisfied-bounds-0.stderr
@@ -13,6 +13,6 @@ LL | where
 LL |     String: Copy;
    |             ^^^^ required by this bound in `UNUSABLE`
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0277`.