In the second example, only initializing a new empty vector was not enough for the Rust compiler to ... let mut vec: Vec<&str> = Vec::new(); ...
確定! 回上一頁