|
|
|
|
|
by electrograv
2803 days ago
|
|
Apologies if it sounded like I demanded a “cool new language enhancement” solution to this issue. On the contrary; if it were just documented that either fs::File [1] or the io::Write trait [2] could silently lose data with no error codes when dropped, that would be one such sufficient solution. Perhaps I misread this documentation; if so, I don’t think I’d be alone here. I don’t see any particular mention that dropping an fs::File could lead to data loss, and I had generally assumed major edge cases like ‘data loss from a file system library’ would be documented. [1] https://doc.rust-lang.org/std/fs/struct.File.html [2] https://doc.rust-lang.org/std/io/trait.Write.html |
|