質問編集履歴
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
StringRecord(["[年度]", "2022年度", "[学期]", "1", ""])
|
26
26
|
StringRecord(["[テスト名]", "中間テスト", "[学年]", "3年", ""])
|
27
27
|
Error: Error(UnequalLengths { pos: Some(Position { byte: 79, line: 2, record: 2 }), expected_len: 5, len: 4 })
|
28
|
-
error: process didn't exit successfully: `target\debug\
|
28
|
+
error: process didn't exit successfully: `target\debug\read_csv.exe` (exit code: 1)
|
29
29
|
```
|
30
30
|
|
31
31
|
### 該当のソースコード
|