rust/library
bors 05b82e551e Auto merge of #94748 - tbu-:pr_file_arc, r=Amanieu
Add `Read`, `Write` and `Seek` impls for `Arc<File>` where appropriate

If `&T` implements these traits, `Arc<T>` has no reason not to do so
either. This is useful for operating system handles like `File` or
`TcpStream` which don't need a mutable reference to implement these
traits.

CC #53835.
CC #94744.
2023-07-10 13:26:42 +00:00
..
alloc
backtrace@e1c49fbd61
core Rollup merge of #113469 - JohnTitor:rm-default-free-fn, r=Amanieu 2023-07-09 16:33:37 +02:00
panic_abort
panic_unwind
portable-simd
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Auto merge of #94748 - tbu-:pr_file_arc, r=Amanieu 2023-07-10 13:26:42 +00:00
stdarch@d77878b729
sysroot
test
unwind