]> git.proxmox.com Git - rustc.git/blame - src/test/ui/estr-subtyping.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / estr-subtyping.stderr
CommitLineData
b7449926 1error[E0308]: mismatched types
0731742a 2 --> $DIR/estr-subtyping.rs:10:15
b7449926 3 |
532ac7d7 4LL | wants_uniq(x);
b7449926
XL
5 | ^
6 | |
1b1a35ee 7 | expected struct `String`, found `&str`
b7449926 8 | help: try using a conversion method: `x.to_string()`
b7449926
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0308`.