mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
target-triple -> target-tuple
This commit is contained in:
parent
f1c0d176f3
commit
2ac803ec71
8 changed files with 17 additions and 17 deletions
|
|
@ -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`)::
|
||||
+
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue