summaryrefslogtreecommitdiffstats
path: root/tests/ui/auto-traits/str-contains-slice-conceptually.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/auto-traits/str-contains-slice-conceptually.stderr')
-rw-r--r--tests/ui/auto-traits/str-contains-slice-conceptually.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/auto-traits/str-contains-slice-conceptually.stderr b/tests/ui/auto-traits/str-contains-slice-conceptually.stderr
index 1cf16cebd..e1dae35be 100644
--- a/tests/ui/auto-traits/str-contains-slice-conceptually.stderr
+++ b/tests/ui/auto-traits/str-contains-slice-conceptually.stderr
@@ -11,6 +11,6 @@ note: required by a bound in `needs_auto_trait`
LL | fn needs_auto_trait<T: AutoTrait + ?Sized>() {}
| ^^^^^^^^^ required by this bound in `needs_auto_trait`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.