fwd/vendor/cxx/tests/ui/derive_duplicate.stderr
John Doty 9c435dc440 Vendor dependencies
Let's see how I like this workflow.
2022-12-19 08:38:22 -08:00

7 lines
284 B
Text

error[E0119]: conflicting implementations of trait `Clone` for type `Struct`
--> tests/ui/derive_duplicate.rs:3:21
|
3 | #[derive(Clone, Clone)]
| ----- ^^^^^ conflicting implementation for `Struct`
| |
| first implementation here