]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 11 Feb 2020 15:36:54 +0000 (16:36 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2020 15:36:54 +0000 (16:36 +0100)
commitec0cfd1d0150b3d9ba3d938b1d3d31cb6050524f
tree06b301d80abbc994652b957e94f9a59a6a8b95b5
parentb6690a8c35e9afa3e0f65140cc69d4ba1b9e78c4
parent3e57a0afb57decd347fe9133dd3d37dd0fb5dbec
Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC

Remove unused feature gates

I think many of the remaining unstable things can be easily be replaced with stable things. I have kept the `#![feature(nll)]` even though it is only necessary in `libstd`, to make regressions of it harder.
src/bootstrap/lib.rs
src/librustc/lib.rs
src/librustc_errors/lib.rs
src/librustc_lint/lib.rs
src/librustc_span/lib.rs