X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=f24f8e81a7944ef4a49483a93abdfcb50d6ef037;hb=bbf4b6699e41dd5a7c6d9afe4bc8d6af50afc768;hp=4dd953a495d675a0499149dbfc3537a881dfb9d8;hpb=aa5740c715001f981515ed46faaddebf67cb9539;p=rust.git diff --git a/config.toml.example b/config.toml.example index 4dd953a495d..f24f8e81a79 100644 --- a/config.toml.example +++ b/config.toml.example @@ -488,9 +488,12 @@ changelog-seen = 2 # FIXME(#75760): Some UI tests fail when this option is enabled. #parallel-compiler = false -# The default linker that will be hard-coded into the generated compiler for -# targets that don't specify linker explicitly in their target specifications. -# Note that this is not the linker used to link said compiler. +# The default linker that will be hard-coded into the generated +# compiler for targets that don't specify a default linker explicitly +# in their target specifications. Note that this is not the linker +# used to link said compiler. It can also be set per-target (via the +# `[target.]` block), which may be useful in a cross-compilation +# setting. # # See https://doc.rust-lang.org/rustc/codegen-options/index.html#linker for more information. #default-linker = (path)