]> git.lizzy.rs Git - rust.git/commit
Auto merge of #63834 - andjo403:rustdoc-linker-remove, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Mon, 2 Sep 2019 02:11:07 +0000 (02:11 +0000)
committerbors <bors@rust-lang.org>
Mon, 2 Sep 2019 02:11:07 +0000 (02:11 +0000)
commitfdaf594bab31eec75fb6d582cd33e5a5b43de7f4
tree4667c03d95d7a0c581a5f61b5177e7483bfdc4f2
parentdfd43f0fdd4e6969c7d82c0670d70bf305fbccf8
parentf0b30c7ded69123cffe26b54fb1feedf45d1c5a8
Auto merge of #63834 - andjo403:rustdoc-linker-remove, r=Mark-Simulacrum

remove the unstable rustdoc parameter --linker

use the code generation parameter -Clinker (same parameter as rustc)
to control what linker to use for building the rustdoc test executables.

closes: #63816
src/librustdoc/test.rs