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. |
||
|---|---|---|
| .. | ||
| assume-incomplete-release | ||
| auxiliary | ||
| cfg-attr-cfg.rs | ||
| cfg-attr-crate.rs | ||
| cfg-family.rs | ||
| cfg-in-crate-1.rs | ||
| cfg-macros-foo.rs | ||
| cfg-macros-notfoo.rs | ||
| cfg-match-arm.rs | ||
| cfg-panic-abort.rs | ||
| cfg-panic.rs | ||
| cfg-target-abi.rs | ||
| cfg-target-family.rs | ||
| cfg-target-vendor.rs | ||
| cfg_attr.rs | ||
| cfg_inner_static.rs | ||
| cfg_stmt_expr.rs | ||
| cfgs-on-items.rs | ||
| conditional-compile-arch.rs | ||
| conditional-compile.rs | ||
| crate-attributes-using-cfg_attr.rs | ||