Skip to content

Commit

Permalink
Auto merge of #54939 - pnkfelix:issue-54478-dont-prefer-dynamic-in-do…
Browse files Browse the repository at this point in the history
…c-tests, r=<try>

[WIP] rustdoc: don't prefer dynamic linking in doc tests

This is an attempt to address the regression in #54478

This may be a case where the cure is worse than the disease, at least in the short term...

cc @alexcrichton
  • Loading branch information
bors committed Oct 9, 2018
2 parents 0e07c42 + 9a76c93 commit 40d4795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ fn run_test(test: &str, cratename: &str, filename: &FileName, line: usize,
output_types: outputs,
externs,
cg: config::CodegenOptions {
prefer_dynamic: true,
linker,
..cg
},
Expand Down

0 comments on commit 40d4795

Please sign in to comment.