You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
194 B
9 lines
194 B
4 months ago
|
error: expected an empty impl block
|
||
|
--> $DIR/nonempty_impl_block.rs:7:23
|
||
|
|
|
||
|
7 | impl UniquePtr<S> {
|
||
|
| _______________________^
|
||
|
8 | | fn new() -> Self;
|
||
|
9 | | }
|
||
|
| |_____^
|