Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Sep 25, 2019
1 parent d5ec41c commit d0b1660
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/ui/many_single_char_names.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,15 @@ error: 8 bindings with single-character names in scope
LL | let (a, b, c, d, e, f, g, h) = unimplemented!();
| ^ ^ ^ ^ ^ ^ ^ ^

error: aborting due to 5 previous errors
error[E0282]: type annotations needed for `(_, _, _, _, _, _, _, _)`
--> $DIR/many_single_char_names.rs:32:10
|
LL | let (a, b, c, d, e, f, g, h) = unimplemented!();
| -^----------------------
| ||
| |cannot infer type
| consider giving this pattern the explicit type `(_, _, _, _, _, _, _, _)`, with the type parameters specified

error: aborting due to 6 previous errors

For more information about this error, try `rustc --explain E0282`.

0 comments on commit d0b1660

Please sign in to comment.