-
Notifications
You must be signed in to change notification settings - Fork 13.4k
sleep(abstime) is missing #12691
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
Comments
I'm pulling a massive triage effort to get us ready for 1.0. As part of this, I'm moving stuff that's wishlist-like to the RFCs repo, as that's where major new things should get discussed/prioritized. This issue has been moved to the RFCs repo: rust-lang/rfcs#783 |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 25, 2022
fix: Fix unresolved proc macro diagnostics pointing to macro expansions Fixes rust-lang/rust-analyzer#12657
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
May 2, 2024
…indirect, r=llogiq Rework interior mutability detection Replaces the existing interior mutability detection, the two main changes being - It now follows references/pointers e.g. `struct S(&Cell)` - `mutable_key_type` ignores pointers as it did before - The `ignore_interior_mutability` config now applies to types containing the ignored type, e.g. `http::HeaderName` Fixes rust-lang/rust-clippy#7752 Fixes rust-lang/rust-clippy#9776 Fixes rust-lang/rust-clippy#9801 changelog: [`mutable_key_type`], [`declare_interior_mutable_const`]: now considers types that have references to interior mutable types as interior mutable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is required for accurate loops without jitter. It must also provide the option of using a monotonic clock.
The text was updated successfully, but these errors were encountered: