target-triple -> target-tuple

This commit is contained in:
Lukas Wirth 2025-01-07 12:21:27 +01:00
parent f1c0d176f3
commit 2ac803ec71
8 changed files with 17 additions and 17 deletions

View file

@ -146,7 +146,7 @@ This option does not take effect until rust-analyzer is restarted.
[[rust-analyzer.cargo.target]]rust-analyzer.cargo.target (default: `null`)::
+
--
Compilation target override (target triple).
Compilation target override (target tuple).
--
[[rust-analyzer.cargo.targetDir]]rust-analyzer.cargo.targetDir (default: `null`)::
+

View file

@ -769,7 +769,7 @@ interface Crate {
/// The set of cfgs activated for a given crate, like
/// `["unix", "feature=\"foo\"", "feature=\"bar\""]`.
cfg: string[];
/// Target triple for this Crate.
/// Target tuple for this Crate.
///
/// Used when running `rustc --print cfg`
/// to get target-specific cfgs.