Files
rust/src/test/ui/terminal-width/whitespace-trimming.stderr

10 lines
298 B
Plaintext
Raw Normal View History

error[E0308]: mismatched types
--> $DIR/whitespace-trimming.rs:4:193
|
LL | ... let _: () = 42;
| ^^ expected `()`, found integer
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.