cxx 0.5.1

Safe interop between Rust and C++
Documentation
1
2
3
4
5
6
7
8
error: expected an empty impl block
 --> $DIR/nonempty_impl_block.rs:7:23
  |
7 |       impl UniquePtr<S> {
  |  _______________________^
8 | |         fn new() -> Self;
9 | |     }
  | |_____^