rust/tests/rustdoc-json/targets
Will Glynn 8c50f95cf0 rustdoc: Output target feature information
`#[target_feature]` attributes refer to a target-specific list of
features. Enabling certain features can imply enabling other features.
Certain features are always enabled on certain targets, since they are
required by the target's ABI. Features can also be enabled indirectly
based on other compiler flags.

Feature information is ultimately known to `rustc`. Rather than force
external tools to track it -- which may be wildly impractical due to
`-C target-cpu` -- have `rustdoc` output `rustc`'s feature data.
2025-04-15 21:26:14 -05:00
..
aarch64_apple_darwin.rs rustdoc: Output target feature information 2025-04-15 21:26:14 -05:00
aarch64_reflects_compiler_options.rs rustdoc: Output target feature information 2025-04-15 21:26:14 -05:00
aarch64_unknown_linux_gnu.rs rustdoc: Output target feature information 2025-04-15 21:26:14 -05:00
i686_pc_windows_msvc.rs rustdoc: Output target feature information 2025-04-15 21:26:14 -05:00
i686_unknown_linux_gnu.rs rustdoc: Output target feature information 2025-04-15 21:26:14 -05:00
x86_64_apple_darwin.rs rustdoc: Output target feature information 2025-04-15 21:26:14 -05:00
x86_64_pc_windows_gnu.rs rustdoc: Output target feature information 2025-04-15 21:26:14 -05:00
x86_64_pc_windows_msvc.rs rustdoc: Output target feature information 2025-04-15 21:26:14 -05:00
x86_64_reflects_compiler_options.rs rustdoc: Output target feature information 2025-04-15 21:26:14 -05:00
x86_64_unknown_linux_gnu.rs rustdoc: Output target feature information 2025-04-15 21:26:14 -05:00