rust/compiler/rustc_feature/src
Josh Triplett 84d6e8aed3 Implement cfg(target_abi) (RFC 2992)
Add an `abi` field to `TargetOptions`, defaulting to "". Support using
`cfg(target_abi = "...")` for conditional compilation on that field.

Gated by `feature(cfg_target_abi)`.

Add a test for `target_abi`, and a test for the feature gate.

Add `target_abi` to tidy as a platform-specific cfg.

This does not add an abi to any existing target.
2021-07-07 08:52:35 -07:00
..
accepted.rs stabilize member constraints 2021-05-26 06:01:53 -04:00
active.rs Implement cfg(target_abi) (RFC 2992) 2021-07-07 08:52:35 -07:00
builtin_attrs.rs Implement cfg(target_abi) (RFC 2992) 2021-07-07 08:52:35 -07:00
lib.rs Make incomplete features part of delcaration 2021-06-28 14:39:20 -04:00
removed.rs Remove doc(include) 2021-06-04 08:05:54 -04:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00