rust/tests/ui/unpretty/mir-unpretty.stderr
jyn 01b75e20f2 Move some UI tests into subdirectories
to avoid going over the existing limit now that the ui-fulldeps tests have
been moved to ui.
2023-04-02 19:42:30 -04:00

12 lines
307 B
Plaintext

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