Diagnostics
Fields of this type
Fields
- arch:?Target.Cpu.Arch
- If the architecture was determined, this will be populated.
- os_name:?[]const u8
- If the OS name was determined, this will be populated.
- os_tag:?Target.Os.Tag
- If the OS tag was determined, this will be populated.
- abi:?Target.Abi
- If the ABI was determined, this will be populated.
- cpu_name:?[]const u8
- If the CPU name was determined, this will be populated.
- unknown_feature_name:?[]const u8
- If error.UnknownCpuFeature is returned, this will be populated.
- unknown_architecture_name:?[]const u8
- If error.UnknownArchitecture is returned, this will be populated.