blob: 10cd7a373d10f260cb49cb73675fa27ad4562707 [file] [log] [blame]
error: unit structs are not supported
--> $DIR/tests/ui/multiple_parse_error.rs:3:5
|
3 | struct Monad<T>;
| ^^^^^^^^^^^^^^^^
error: unrecognized ABI, requires either "C++" or "Rust"
--> $DIR/tests/ui/multiple_parse_error.rs:5:5
|
5 | extern "Haskell" {}
| ^^^^^^^^^^^^^^^^