summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-96530.stderr
blob: 4b4568b1de9b29ff8e31959d0e957681af13f7df (plain)
1
2
3
4
5
6
7
8
9
error[E0308]: mismatched types
  --> $DIR/issue-96530.rs:9:11
   |
LL |         ..man.clone()
   |           ^^^^^^^^^^^ expected struct `Person`, found `&Person`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.