Commit 34cec06
committed
Rollup merge of rust-lang#50663 - alexcrichton:no-removed-error, r=Manishearth
rustc: Allow an edition's feature on that edition
This commit fixes a hard error where the `#![feature(rust_2018_preview)]`
feature was forbidden to be mentioned when the `--edition 2018` flag was passed.
This instead silently accepts that feature gate despite it not being necessary.
It's intended that this will help ease the transition into the 2018 edition as
users will, for the time being, start off with the `rust_2018_preview` feature
and no longer immediately need to remove it.
Closes rust-lang#50662File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments