rust/src/test/ui/issues/issue-53348.stderr

10 lines
292 B
Plaintext
Raw Normal View History

error[E0308]: mismatched types
2018-12-25 09:56:47 -06:00
--> $DIR/issue-53348.rs:10:13
|
LL | a = *i.to_string();
| ^^^^^^^^^^^^^^ expected struct `std::string::String`, found `str`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.