mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-24 18:12:14 +00:00
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
error: expected an empty impl block
|
|
--> $DIR/nonempty_impl_block.rs:7:23
|
|
|
|
|
7 | impl UniquePtr<S> {
|
|
| _______________________^
|
|
8 | | fn new() -> Self;
|
|
9 | | }
|
|
| |_____^
|