mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 15:18:03 +00:00
Less syscalls for the `copy_file_range` probe If it's obvious from the actual syscall results themselves that the syscall is supported or unsupported, don't do an extra syscall with an invalid file descriptor. CC #122052