diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/where-clauses/where-clause-constraints-are-local-for-trait-impl.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/where-clauses/where-clause-constraints-are-local-for-trait-impl.stderr b/tests/ui/where-clauses/where-clause-constraints-are-local-for-trait-impl.stderr index f2db8fcc4..090df26a3 100644 --- a/tests/ui/where-clauses/where-clause-constraints-are-local-for-trait-impl.stderr +++ b/tests/ui/where-clauses/where-clause-constraints-are-local-for-trait-impl.stderr @@ -16,6 +16,6 @@ help: consider restricting type parameter `T` LL | impl<T: std::marker::Copy> Foo<T> for Bar<T> { | +++++++++++++++++++ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0277`. |