1
Fork 0

Remove edition umbrella features.

This commit is contained in:
Eric Huss 2023-12-10 09:34:13 -08:00
parent 7e452c123c
commit f481596ee4
49 changed files with 471 additions and 652 deletions

View file

@ -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