about summary refs log tree commit diff
path: root/library/std/src/sys/windows/stack_overflow_uwp.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-06-26 00:39:01 -0700
committerGitHub <noreply@github.com>2020-06-26 00:39:01 -0700
commit10d655bb474c2437e38e2926fc3f4d792bd7f7e9 (patch)
tree860895555877490544645d5d05dec73177277704 /library/std/src/sys/windows/stack_overflow_uwp.rs
parent2aee60897fc85c575ae5597861a9b40c6cdcab74 (diff)
parent75983e137eeae5e9b210c2e97e6239bf888d9620 (diff)
downloadrust-10d655bb474c2437e38e2926fc3f4d792bd7f7e9.tar.gz
rust-10d655bb474c2437e38e2926fc3f4d792bd7f7e9.zip
Rollup merge of #73297 - ehuss:tool-warnings, r=Mark-Simulacrum
Support configurable deny-warnings for all in-tree crates.

This removes the hard-coded `deny(warnings)` on all in-tree tools, and allows it to be configured from the config.  This is just a personal preference, as I find `deny(warnings)` frustrating during development or doing small tests.

This also fixes some regressions in terms of warning handling.  Warnings used to be dependent on `SourceType`, but in #64316 it was changed to be based on `Mode`. This means tools like rustdoc no longer used the same settings as the rest of the tree. It also made `SourceType` useless since the only thing it was used for was warnings. I think it would be better for everything in the tree to use the same settings.

Fixes #64523
Diffstat (limited to 'library/std/src/sys/windows/stack_overflow_uwp.rs')
0 files changed, 0 insertions, 0 deletions