Fix diagnostic_list error

This commit is contained in:
varkor 2018-08-05 17:43:30 +01:00
parent 8d7638fa69
commit a8b5b95d65

View file

@ -380,7 +380,7 @@ the current edition.
Erroneous code example:
```compile_fail,E0705
```ignore (limited to a warning during 2018 edition development)
#![feature(rust_2018_preview)]
#![feature(raw_identifiers)] // error: the feature `raw_identifiers` is
// included in the Rust 2018 edition