diff options
Diffstat (limited to 'tests/ui/suppressed-error.rs')
-rw-r--r-- | tests/ui/suppressed-error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/suppressed-error.rs b/tests/ui/suppressed-error.rs index 256ec1713..1e39be460 100644 --- a/tests/ui/suppressed-error.rs +++ b/tests/ui/suppressed-error.rs @@ -3,6 +3,6 @@ fn main() { //~^ ERROR mismatched types //~| expected unit type `()` //~| found tuple `(_, _)` -//~| expected `()`, found tuple +//~| expected `()`, found return x; } |