We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b007024 commit 367f96eCopy full SHA for 367f96e
compiler/rustc_target/src/spec/mod.rs
@@ -2217,7 +2217,8 @@ pub struct TargetOptions {
2217
/// This field is *not* forwarded directly to LLVM; its primary purpose is `cfg(target_abi)`.
2218
/// However, parts of the backend do check this field for specific values to enable special behavior.
2219
pub abi: Abi,
2220
- /// Vendor name to use for conditional compilation (`target_vendor`). Defaults to "unknown".
+ /// Vendor name to use for conditional compilation (`target_vendor`).
2221
+ /// Defaults to [`Vendor::Unknown("unknown")`](Vendor::Unknown).
2222
pub vendor: Vendor,
2223
2224
/// Linker to invoke
0 commit comments