]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/crate-hash-rustc-version/a.rs
Rollup merge of #107532 - compiler-errors:erase-regions-in-uninhabited, r=jackh726
[rust.git] / tests / run-make-fulldeps / crate-hash-rustc-version / a.rs
1 pub fn foo(mut x: String) -> String {
2     x.push_str(", world!");
3     x
4 }