mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2025-03-07 07:47:37 +00:00
12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
error: struct with generic parameters is not supported yet
|
|
--> $DIR/multiple_parse_error.rs:3:5
|
|
|
|
|
3 | struct Monad<T>;
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: unrecognized ABI
|
|
--> $DIR/multiple_parse_error.rs:5:5
|
|
|
|
|
5 | extern "Haskell" {
|
|
| ^^^^^^^^^^^^^^^^
|