• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0119]: conflicting implementations of trait `Clone` for type `Struct`
2 --> tests/ui/derive_duplicate.rs:3:21
3  |
43 |     #[derive(Clone, Clone)]
5  |              -----  ^^^^^ conflicting implementation for `Struct`
6  |              |
7  |              first implementation here
8