]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/crate-hash-rustc-version/a.rs
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[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 }