]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/front/feature_gate.rs
auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis
[rust.git] / src / librustc / front / feature_gate.rs
index 9f15c9a9b3fa0dd1d6d3c9a9fe82d2d0d2a75627..99855c7345cb4e5269a35959944a4edc71e66389 100644 (file)
@@ -69,6 +69,8 @@
     ("rustc_diagnostic_macros", Active),
     ("unboxed_closures", Active),
 
+    // if you change this list without updating src/doc/rust.md, cmr will be sad
+
     // A temporary feature gate used to enable parser extensions needed
     // to bootstrap fix for #5723.
     ("issue_5723_bootstrap", Active),