chromium/third_party/rust/chromium_crates_io/vendor/cxx-1.0.126/tests/ui/nonempty_impl_block.stderr

error: expected an empty impl block
 --> tests/ui/nonempty_impl_block.rs:7:23
  |
7 |       impl UniquePtr<S> {
  |  _______________________^
8 | |         fn new() -> Self;
9 | |     }
  | |_____^