-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Implement fs api set_times and set_times_nofollow #147468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
This comment has been minimized.
This comment has been minimized.
f1ab883
to
1440cfb
Compare
i'm following this PR: https://github.com/rust-lang/rust/pull/142938/files |
This comment has been minimized.
This comment has been minimized.
c135e31
to
20f1468
Compare
This comment has been minimized.
This comment has been minimized.
Implement fs api set_times and set_times_nofollow try-job: aarch64-gnu-debug
@bors try cancel |
Try build cancelled. Cancelled workflows: |
@bors try |
This comment has been minimized.
This comment has been minimized.
Implement fs api set_times and set_times_nofollow
@bors try jobs=homu |
This comment has been minimized.
This comment has been minimized.
Implement fs api set_times and set_times_nofollow try-job: homu
💔 Test for 6706c6f failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
@bors r=joshtriplett |
💡 This pull request was already approved, no need to approve it again.
|
…=joshtriplett Implement fs api set_times and set_times_nofollow implementation of rust-lang#147455 r? `@joshtriplett`
…=joshtriplett Implement fs api set_times and set_times_nofollow implementation of rust-lang#147455 r? ``@joshtriplett``
…=joshtriplett Implement fs api set_times and set_times_nofollow implementation of rust-lang#147455 r? ```@joshtriplett```
Rollup of 11 pull requests Successful merges: - #146277 (Enable `u64` limbs in `core::num::bignum`) - #146976 (constify basic Clone impls) - #147249 (Do two passes of `handle_opaque_type_uses_next`) - #147266 (fix 2 search graph bugs) - #147468 (Implement fs api set_times and set_times_nofollow) - #147497 (`proc_macro` cleanups (3/N)) - #147594 (std: implement `pal::os::exit` for VEXos) - #147596 (Adjust the Arm targets in CI to reflect latest changes) - #147607 (GVN: Invalidate derefs at loop headers) - #147620 (Avoid redundant UB check in RangeFrom slice indexing) - #147647 (Hide vendoring and copyright in GHA group) r? `@ghost` `@rustbot` modify labels: rollup
Failed in rollup in @bors r- |
@chenyukang If I'm reading the failure correctly, I think I think the right fix for that is to pass a |
good idea, I updated the code. |
implementation of #147455
r? @joshtriplett