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