about summary refs log tree commit diff
path: root/src/test/compile-fail/dup-struct-enum-struct-variant.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-11-11 10:12:00 +0000
committerbors <bors@rust-lang.org>2014-11-11 10:12:00 +0000
commit5c058418dff9330769cebc8d9510d2d7275a7d45 (patch)
tree0d01b9e20121b1b01112735d10531e9f6ead3165 /src/test/compile-fail/dup-struct-enum-struct-variant.rs
parentd962fb0ec82fe38b4a8915774f823e7802823b42 (diff)
parentcb2328f839d3338629ea25e9585074ca2fe2e856 (diff)
downloadrust-5c058418dff9330769cebc8d9510d2d7275a7d45.tar.gz
rust-5c058418dff9330769cebc8d9510d2d7275a7d45.zip
auto merge of #18797 : vadimcn/rust/prefer-bundled2, r=alexcrichton
Based on Windows bundle feedback we got to date, 
- We *do* want to prefer the bundled linker: The external one might be for the wrong architecture (e.g. 32 bit vs 64 bit).  On the other hand, binutils don't add many new features these days, so using an older bundled linker is not likely to be a problem.
- We *do* want to prefer bundled libraries: The external ones might not have the symbols we expect (e.g. what's needed for DWARF exceptions vs SjLj).  Since `-L rustlib/<triple>/lib` appears first on the linker command line, it's a good place to keep our platform libs that we want to be found first.

Closes #18325, closes #17726.
Diffstat (limited to 'src/test/compile-fail/dup-struct-enum-struct-variant.rs')
0 files changed, 0 insertions, 0 deletions