You cannot use uninitialized values in Rust. This code does not work: // declare path_result here let mut path_result: Result<std::fs::File, std::io::Error> ...
確定! 回上一頁