mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
12 lines
291 B
Plaintext
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" {}
|
|
| ^^^^^^^^^^^^^^^^
|