cxx 1.0.194

Safe interop between Rust and C++
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: the associated function `T::t_method` is defined multiple times
 --> tests/ui/duplicate_method.rs:6:9
  |
6 |         fn t_method(&self);
  |         ^^^^^^^^^^^^^^^^^^^

error: the associated function `U::u_method` is defined multiple times
  --> tests/ui/duplicate_method.rs:15:9
   |
15 |         fn u_method(&mut self);
   |         ^^^^^^^^^^^^^^^^^^^^^^^