1
Fork 0

Stabilize the 2018 edition

This commit is contained in:
Mark Rousskov 2018-09-06 10:20:01 -06:00 committed by Matthias Krüger
parent 0198a1ea45
commit 4d1ec81811
4 changed files with 16 additions and 15 deletions

View file

@ -286,7 +286,7 @@ fn opts() -> Vec<RustcOptGroup> {
\"light-suffix.css\"",
"PATH")
}),
unstable("edition", |o| {
stable("edition", |o| {
o.optopt("", "edition",
"edition to use when compiling rust code (default: 2015)",
"EDITION")