tizoc / ocaml-interop

OCaml<->Rust FFI with an emphasis on safety.
MIT License
135 stars 22 forks source link

Fix ineffective compile-fail test #18

Closed g2p closed 3 years ago

g2p commented 3 years ago

The test failed to compile due to type inference, which means it no longer tested for refs escaping.

tizoc commented 3 years ago

Thanks. I think this is fixed in #17 already (I had to go through all those tests because some didn't make sense anymore)

tizoc commented 3 years ago

Closing this one because it was already solved on that branch that now got merged. Thank you!