Skip to content

Commit 861e11c

Browse files
committed
Remove outdated comment.
#19472 (comment)
1 parent 3a325c6 commit 861e11c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/libsyntax/feature_gate.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ use parse::token;
3232

3333
use std::slice;
3434

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
3836
static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[
3937
("globs", Active),
4038
("macro_rules", Active),
@@ -73,8 +71,6 @@ static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[
7371
("if_let", Active),
7472
("while_let", Active),
7573

76-
// if you change this list without updating src/doc/reference.md, cmr will be sad
77-
7874
// A temporary feature gate used to enable parser extensions needed
7975
// to bootstrap fix for #5723.
8076
("issue_5723_bootstrap", Accepted),

0 commit comments

Comments
 (0)