Concatenating two string slices &str in Rust · error[E0369]: cannot add `&str` to `&str` · --> main.rs:5:19 · | · 5 | let three = one + two; · | --- ^ --- &str · | | ...
確定! 回上一頁