我想打開一個文件並使用lines()將其內容作爲BufReader讀取。我也希望能夠找到文件的末尾並寫一些新的行。 使用let mut file讓我寫文件,但一旦我給文件到BufReader我再也不能寫,因爲主要功能不再擁有file: fn main() {
let filename = "tt.txt";
// open a tt.txt file in the local
我得到錯誤,我正在移動(一)價值(S),我不應該,但錯誤並沒有說清楚我意外移動,我錯過了它,當我只是看代碼。 錯誤: -*- mode: compilation; default-directory: "~/Developer/Rust/optimal_subset_finder/src/" -*-
Compilation started at Thu Aug 27 21:53:26
car