Skip to content

Commit

Permalink
Rollup merge of rust-lang#50663 - alexcrichton:no-removed-error, r=Ma…
Browse files Browse the repository at this point in the history
…nishearth

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#50662
  • Loading branch information
kennytm committed May 13, 2018
2 parents 0cf7be2 + 0588bca commit 34cec06
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 34cec06

Please sign in to comment.