Expand description
Toolchain and target descriptions: target triples, rustc versions, compile profiles, and panic strategy.
Structs§
- Profile
- Compilation profile settings observed from actual rustc arguments.
- Rustc
Version - Identifies the exact rustc toolchain used for compilation.
- Target
- Compilation target triple (e.g., “x86_64-unknown-linux-gnu”).
Enums§
- Panic
Strategy - Panic strategy used during compilation.
- Strip
Level -C striplevel as cargo passes it to rustc.