blob: e5dbab6441cb9e5ddc6302d0696a45829a1aa879 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/estr-subtyping.rs:10:15
|
LL | wants_uniq(x);
| ^
| |
| expected struct `std::string::String`, found `&str`
| help: try using a conversion method: `x.to_string()`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.