diff options
Diffstat (limited to 'tests/ui/missing-trait-bounds/missing-trait-bound-for-op.stderr')
-rw-r--r-- | tests/ui/missing-trait-bounds/missing-trait-bound-for-op.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/missing-trait-bounds/missing-trait-bound-for-op.stderr b/tests/ui/missing-trait-bounds/missing-trait-bound-for-op.stderr index cde075501..b3089cecf 100644 --- a/tests/ui/missing-trait-bounds/missing-trait-bound-for-op.stderr +++ b/tests/ui/missing-trait-bounds/missing-trait-bound-for-op.stderr @@ -11,6 +11,6 @@ help: consider restricting type parameter `T` LL | pub fn foo<T: std::cmp::PartialEq>(s: &[T], t: &[T]) { | +++++++++++++++++++++ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0369`. |