]> git.lizzy.rs Git - rust.git/blob - src/test/ui/terminal-width/whitespace-trimming.stderr
4a1f8f6f84669bdff2ec3af550afabce14218191
[rust.git] / src / test / ui / terminal-width / whitespace-trimming.stderr
1 error[E0308]: mismatched types
2   --> $DIR/whitespace-trimming.rs:4:193
3    |
4 LL | ...                   let _: () = 42;
5    |                                   ^^ expected (), found integer
6    |
7    = note: expected unit type `()`
8                    found type `{integer}`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.