You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently only have sequentially consistent (the strongest) and the acquire/release pair for ordering constraints. The intrinsics to support these have now been added, so the types should be extended to implement them.
The text was updated successfully, but these errors were encountered:
The atomic types defined in libstd/unstable/atomics.rs already have methods parametrized by memory ordering, that in turn call the appropriate intrinsic. Shouldn't this issue be closed?
Downgrade nonstandard_macro_braces to nursery
Due to the large number of crates impacted by rust-lang#7422, I don't think this lint can be enabled by default right now until the false positive is fixed.
---
changelog: remove [`nonstandard_macro_braces`] from default set of enabled lints
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jul 15, 2021
Fix emitting in nested (proc_)macros for nonstandard_macro_braces lint
fixesrust-lang#7422
changelog: fixes false positives in [`nonstandard_macro_braces`]
We currently only have sequentially consistent (the strongest) and the acquire/release pair for ordering constraints. The intrinsics to support these have now been added, so the types should be extended to implement them.
The text was updated successfully, but these errors were encountered: