Remove edition umbrella features.
This commit is contained in:
parent
7e452c123c
commit
f481596ee4
49 changed files with 471 additions and 652 deletions
|
@ -1,9 +1,11 @@
|
|||
#### Note: this error code is no longer emitted by the compiler.
|
||||
|
||||
A `#![feature]` attribute was declared for a feature that is stable in the
|
||||
current edition, but not in all editions.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```rust2018,compile_fail,E0705
|
||||
```compile_fail
|
||||
#![feature(rust_2018_preview)]
|
||||
#![feature(test_2018_feature)] // error: the feature
|
||||
// `test_2018_feature` is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue