diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/wf/wf-inherent-impl-method-where-clause.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/wf/wf-inherent-impl-method-where-clause.stderr b/tests/ui/wf/wf-inherent-impl-method-where-clause.stderr index e723d1ba7..4cfbec12b 100644 --- a/tests/ui/wf/wf-inherent-impl-method-where-clause.stderr +++ b/tests/ui/wf/wf-inherent-impl-method-where-clause.stderr @@ -14,6 +14,6 @@ help: consider restricting type parameter `U` LL | impl<T,U: std::marker::Copy> Foo<T,U> { | +++++++++++++++++++ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0277`. |