Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
suggestions
/
chain-method-call-mutation-in-place.rs
blob: cb92ab87a8ff723ab76c6d6ddb6f5b02936e77a3 [
file
] [
log
] [
blame
]
fn
main
()
{}
fn
foo
(
mut
s
:
String
)
->
String
{
s
.
push_str
(
"asdf"
)
//~ ERROR mismatched types
}