diff options
author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-04-17 18:13:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 18:13:34 +0200 |
commit | a785328630b9e011dfcccd4ec3d6737744bfb352 (patch) | |
tree | f2b1de26d36b69450d7d164fa0f2d2ea33ffd4aa /tests/rustdoc-js-std/parser-errors.js | |
parent | eb0524615c615a2bcaeb7f4998e340771b550669 (diff) | |
parent | 7a07c749a5d424bad109c8e1601257e7406fe9ae (diff) | |
download | rust-a785328630b9e011dfcccd4ec3d6737744bfb352.tar.gz |
Rollup merge of #110337 - iterion:patch-1, r=jyn514
Correct default value for default-linker-libraries
This setting is false by default according to rustc code here: https://github.com/rust-lang/rust/blob/master/compiler/rustc_session/src/options.rs#L1236
I tested on a project and confirmed the behavior described. First, with no value, the `-nodefaultlibs` linker flag is present. Setting this to false has no effect, as well. The linker flag still appears. Setting it to true removes the linker flag as expected.
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions