Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/doc/src/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1345,9 +1345,9 @@ Specifies the linker which is passed to `rustc` (via [`-C linker`]) when the

#### `target.<cfg>.linker`
This is similar to the [target linker](#targettriplelinker), but using
a [`cfg()` expression]. If both a [`<triple>`] and `<cfg>` runner match,
a [`cfg()` expression]. If both a [`<triple>`] and `<cfg>` linker match,
the `<triple>` will take precedence. It is an error if more than one
`<cfg>` runner matches the current target.
`<cfg>` linker matches the current target.

#### `target.<triple>.runner`
* Type: string or array of strings ([program path with args])
Expand Down