third_party_rust_cxx/tests/ui/multiple_parse_error.stderr
2020-05-04 01:30:09 -07:00

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" {
| ^^^^^^^^^^^^^^^^