Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
typeck
/
issue-96530.stderr
blob: d2fb8169ffca02a90c660f6ebee7003e219a53af [
file
]
error
[
E0308
]:
mismatched types
-->
$DIR
/
issue
-
96530.rs
:
9
:
11
|
LL
|
..
man
.
clone
()
|
^^^^^^^^^^^
expected
`Person`
,
found
`&Person`
error
:
aborting due to
1
previous error
For
more information about
this
error
,
try
`rustc --explain E0308`
.