Stabilize the never_type, written !.

This commit is contained in:
Mazdak Farrokhzad 2019-10-13 01:50:03 +02:00
parent f1b882b558
commit 15c30ddd69
21 changed files with 26 additions and 52 deletions

View file

@ -4,8 +4,8 @@ command line flags.
Erroneous code example:
```ignore (can't specify compiler flags from doctests)
#![feature(never_type)] // error: the feature `never_type` is not in
// the list of allowed features
#![feature(specialization)] // error: the feature `specialization` is not in
// the list of allowed features
```
Delete the offending feature attribute, or add it to the list of allowed