mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
1037f69bf6
Add shims for file handling This adds the bare minimum to be able to do `File::open` and `File::read`. I also need some feedback about how to handle certain things