Skip to content

Commit d9aaad6

Browse files
committed
doc: make it clearer that target.<cfg>.linker is supported
1 parent 8325770 commit d9aaad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/src/reference/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ rustflags = ["…", "…"] # custom flags for `rustc`
182182
rustdocflags = ["", ""] # custom flags for `rustdoc`
183183

184184
[target.<cfg>]
185+
linker = "" # linker to use
185186
runner = "" # wrapper to run executables
186187
rustflags = ["", ""] # custom flags for `rustc`
187188

0 commit comments

Comments
 (0)