Skip to content

Commit

Permalink
Fix diagnostic_list error
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Aug 5, 2018
1 parent 8d7638f commit a8b5b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/diagnostic_list.rs
Expand Up @@ -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
Expand Down

0 comments on commit a8b5b95

Please sign in to comment.