index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
crate-hash-rustc-version
/
a.rs
blob: d65b5ce8e88316052d5847e7bae8e2cbb8253ebb (
plain
)
1
2
3
4
pub
fn
foo
(
mut
x
:
String
)
->
String
{
x
.
push_str
(
", world!"
);
x
}