]> git.proxmox.com Git - rustc.git/blob - tests/ui/typeck/issue-96530.stderr
3a67ef0260b41932429f8df1aa3141e0d9d770fd
[rustc.git] / tests / ui / typeck / issue-96530.stderr
1 error[E0308]: mismatched types
2 --> $DIR/issue-96530.rs:9:11
3 |
4 LL | ..man.clone()
5 | ^^^^^^^^^^^ expected `Person`, found `&Person`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.