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