diff options
| author | bors <bors@rust-lang.org> | 2014-10-03 07:33:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-10-03 07:33:26 +0000 |
| commit | 9a2286d3a13c4a97340c99c86c718654f6cb2ed6 (patch) | |
| tree | 24be806448f3ba3947f0a2521cce335a68349d11 /src/libsyntax | |
| parent | aa034cd3bac3155e0f6c74c399314b5ee32f88fc (diff) | |
| parent | 3f0c483594e8560cacdb28170e703695d8e74c49 (diff) | |
| download | rust-9a2286d3a13c4a97340c99c86c718654f6cb2ed6.tar.gz rust-9a2286d3a13c4a97340c99c86c718654f6cb2ed6.zip | |
auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton
@steveklabnik, are you interested in looking this over?
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 7f6302e6c4c..5d4a9025827 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -73,7 +73,7 @@ static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[ ("if_let", Active), - // if you change this list without updating src/doc/rust.md, cmr will be sad + // if you change this list without updating src/doc/reference.md, cmr will be sad // A temporary feature gate used to enable parser extensions needed // to bootstrap fix for #5723. |
