cxx 0.5.1

Safe interop between Rust and C++
Documentation
1
2
3
4
5
error: expected u16, found i64
 --> $DIR/enum_inconsistent.rs:5:9
  |
5 |         B = 2i64,
  |         ^^^^^^^^