mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
b0925697fd
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