third_party_rust_cxx/tests/ui/multiple_parse_error.stderr
2021-10-08 02:44:10 -04:00

12 lines
291 B
Plaintext

error: unit structs are not supported
--> tests/ui/multiple_parse_error.rs:3:5
|
3 | struct Monad<T>;
| ^^^^^^^^^^^^^^^^
error: unrecognized ABI, requires either "C++" or "Rust"
--> tests/ui/multiple_parse_error.rs:5:5
|
5 | extern "Haskell" {}
| ^^^^^^^^^^^^^^^^