Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkov
RFC3239: Implement `cfg(target)` - Part 2 This pull-request implements the compact `cfg(target(..))` part of [RFC 3239](https://github.com/rust-lang/rust/issues/96901). I recommend reviewing this PR on a per commit basics, because of some moving parts. cc `@GuillaumeGomez` r? `@petrochenkov`
This commit is contained in:
commit
c12a36adc6
14 changed files with 249 additions and 69 deletions
|
@ -319,6 +319,8 @@ declare_features! (
|
|||
(active, cfg_sanitize, "1.41.0", Some(39699), None),
|
||||
/// Allows `cfg(target_abi = "...")`.
|
||||
(active, cfg_target_abi, "1.55.0", Some(80970), None),
|
||||
/// Allows `cfg(target(abi = "..."))`.
|
||||
(active, cfg_target_compact, "1.63.0", Some(96901), None),
|
||||
/// Allows `cfg(target_has_atomic_load_store = "...")`.
|
||||
(active, cfg_target_has_atomic, "1.60.0", Some(94039), None),
|
||||
/// Allows `cfg(target_has_atomic_equal_alignment = "...")`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue