cxx 0.5.10

Safe interop between Rust and C++
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: C++ does not allow references to references
 --> $DIR/reference_to_reference.rs:5:23
  |
5 |         fn repro_c(t: &&ThingC);
  |                       ^^^^^^^^

error: C++ does not allow references to references
 --> $DIR/reference_to_reference.rs:9:23
  |
9 |         fn repro_r(t: &&ThingR);
  |                       ^^^^^^^^