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