mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-04 09:01:59 +00:00
This operation should be extremely cheap, at most the mov of the underlying file descriptor, but due to this missing #[inline] it is currently a function call.