diff options
Diffstat (limited to 'tests/ui/methods/method-ambig-two-traits-from-bounds.stderr')
-rw-r--r-- | tests/ui/methods/method-ambig-two-traits-from-bounds.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/methods/method-ambig-two-traits-from-bounds.stderr b/tests/ui/methods/method-ambig-two-traits-from-bounds.stderr index 9a84768a9..690f979fa 100644 --- a/tests/ui/methods/method-ambig-two-traits-from-bounds.stderr +++ b/tests/ui/methods/method-ambig-two-traits-from-bounds.stderr @@ -23,6 +23,6 @@ help: disambiguate the method for candidate #2 LL | B::foo(&t); | ~~~~~~~~~~ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0034`. |