diff options
Diffstat (limited to 'tests/ui/error-should-say-copy-not-pod.stderr')
-rw-r--r-- | tests/ui/error-should-say-copy-not-pod.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-should-say-copy-not-pod.stderr b/tests/ui/error-should-say-copy-not-pod.stderr index 637eb27db..658584e2f 100644 --- a/tests/ui/error-should-say-copy-not-pod.stderr +++ b/tests/ui/error-should-say-copy-not-pod.stderr @@ -12,6 +12,6 @@ note: required by a bound in `check_bound` LL | fn check_bound<T:Copy>(_: T) {} | ^^^^ required by this bound in `check_bound` -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0277`. |