mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-24 07:40:19 +00:00
468063fb69
Currently fails with: error[cxxbridge]: needs a cxx::ExternType impl in order to be used as a field of `Second` ┌─ lib.rs:222:9 │ 222 │ type COwnedEnum; │ ^^^^^^^^^^^^^^^ needs a cxx::ExternType impl in order to be used as a field of `Second` which is wrong because the bridge should know it's producing a compatible ExternType impl for this type. |
||
---|---|---|
.. | ||
build.rs | ||
Cargo.toml | ||
lib.rs | ||
module.rs | ||
tests.cc | ||
tests.h |