Update ui test stderr
This commit is contained in:
parent
f439a24ca2
commit
28e2c6aff9
1 changed files with 5 additions and 2 deletions
|
|
@ -18,7 +18,11 @@ error[E0308]: mismatched types
|
|||
|
|
||||
= note: expected type `&str`
|
||||
= note: found type `std::string::String`
|
||||
= help: try with `&String::new()`
|
||||
= help: here are some functions which might fulfill your needs:
|
||||
- .as_str()
|
||||
- .trim()
|
||||
- .trim_left()
|
||||
- .trim_right()
|
||||
|
||||
error[E0308]: mismatched types
|
||||
--> $DIR/coerce-suggestions.rs:30:10
|
||||
|
|
@ -28,7 +32,6 @@ error[E0308]: mismatched types
|
|||
|
|
||||
= note: expected type `&mut std::string::String`
|
||||
= note: found type `&std::string::String`
|
||||
= help: try with `&mut y`
|
||||
|
||||
error[E0308]: mismatched types
|
||||
--> $DIR/coerce-suggestions.rs:36:11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue