unplugged-system/external/rust/cxx/tests/ui/derive_noncopy.stderr

8 lines
245 B
Plaintext

error[E0204]: the trait `Copy` may not be implemented for this type
--> tests/ui/derive_noncopy.rs:4:12
|
4 | struct TryCopy {
| ^^^^^^^
5 | other: Other,
| ------------ this field does not implement `Copy`