Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
cxx
/
tests
/
ui
/
derive_duplicate.stderr
blob: 75920862924f6c24bf1099aae926ae00d09b2b58 [
file
] [
log
] [
blame
]
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