Stabilize the never_type, written !.
This commit is contained in:
parent
f1b882b558
commit
15c30ddd69
21 changed files with 26 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue