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
327 B
9 lines
327 B
error[E0119]: conflicting implementations of trait `cxx::memory::UniquePtrTarget` for type `here::C`
|
|
--> $DIR/unique_ptr_twice.rs:16:5
|
|
|
|
|
7 | impl UniquePtr<C> {}
|
|
| ----------------- first implementation here
|
|
...
|
|
16 | impl UniquePtr<C> {}
|
|
| ^^^^^^^^^^^^^^^^^ conflicting implementation for `here::C`
|