]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suppressed-error.stderr
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / ui / suppressed-error.stderr
1 error[E0308]: mismatched types
2   --> $DIR/suppressed-error.rs:2:9
3    |
4 LL |     let (x, y) = ();
5    |         ^^^^^^   -- this expression has type `()`
6    |         |
7    |         expected `()`, found tuple
8    |
9    = note: expected unit type `()`
10                   found tuple `(_, _)`
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0308`.