mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-25 10:31:12 +00:00
12 lines
270 B
Plaintext
12 lines
270 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" {}
|
|
| ^^^^^^^^^^^^^^^^
|