summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/bound/not-on-bare-trait.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/bound/not-on-bare-trait.stderr')
-rw-r--r--tests/ui/traits/bound/not-on-bare-trait.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/bound/not-on-bare-trait.stderr b/tests/ui/traits/bound/not-on-bare-trait.stderr
index 36b08a7d3..1d97bf3d8 100644
--- a/tests/ui/traits/bound/not-on-bare-trait.stderr
+++ b/tests/ui/traits/bound/not-on-bare-trait.stderr
@@ -29,6 +29,6 @@ help: function arguments must have a statically known size, borrowed types alway
LL | fn foo(_x: &Foo + Send) {
| +
-error: aborting due to previous error; 1 warning emitted
+error: aborting due to 1 previous error; 1 warning emitted
For more information about this error, try `rustc --explain E0277`.