Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
run-make
/
crate-hash-rustc-version
/
a.rs
blob: d65b5ce8e88316052d5847e7bae8e2cbb8253ebb [
file
] [
log
] [
blame
]
pub
fn
foo
(
mut
x
:
String
)
->
String
{
x
.
push_str
(
", world!"
);
x
}