File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ use parse::token;
32
32
33
33
use std:: slice;
34
34
35
- /// This is a list of all known features since the beginning of time. This list
36
- /// can never shrink, it may only be expanded (in order to prevent old programs
37
- /// from failing to compile). The status of each feature may change, however.
35
+ // if you change this list without updating src/doc/reference.md, @cmr will be sad
38
36
static KNOWN_FEATURES : & ' static [ ( & ' static str , Status ) ] = & [
39
37
( "globs" , Active ) ,
40
38
( "macro_rules" , Active ) ,
@@ -73,8 +71,6 @@ static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[
73
71
( "if_let" , Active ) ,
74
72
( "while_let" , Active ) ,
75
73
76
- // if you change this list without updating src/doc/reference.md, cmr will be sad
77
-
78
74
// A temporary feature gate used to enable parser extensions needed
79
75
// to bootstrap fix for #5723.
80
76
( "issue_5723_bootstrap" , Accepted ) ,
You can’t perform that action at this time.
0 commit comments