Expand description
Declares Rust’s target feature names for each target. Note that these are similar to but not always identical to LLVM’s feature names, and Rust adds some features that do not correspond to LLVM features at all.
Enums§
- Stability information for target features.
Constants§
- Features that require special handling when passing to LLVM: these are target-specific (i.e., must also be listed in the target-specific list below) but do not correspond to an LLVM target feature.
- Features that control behaviour of rustc, rather than the codegen. These exist globally and are not in the target-specific lists below.
Functions§
- When rustdoc is running, provide a list of all known features so that all their respective primitives may be documented.