about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-10-11 16:00:08 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-10-11 16:00:30 -0700
commitec6311211f70ad79dee75f94fa26851f2decfcb9 (patch)
tree93a93524c770a45d7c50949999f47e50fe6c1836 /src/libsyntax/parse/parser.rs
parent6854265161fa2ee23fca58cc1bcfad183c4b3730 (diff)
downloadrust-ec6311211f70ad79dee75f94fa26851f2decfcb9.tar.gz
rust-ec6311211f70ad79dee75f94fa26851f2decfcb9.zip
Update FIXME number
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
-rw-r--r--src/libsyntax/parse/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index 22c25186c91..c3c182d6687 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -75,7 +75,7 @@ export parser;
 export CRATE_FILE;
 export SOURCE_FILE;
 
-// FIXME (#1893): #ast expects to find this here but it's actually
+// FIXME (#3726): #ast expects to find this here but it's actually
 // defined in `parse` Fixing this will be easier when we have export
 // decls on individual items -- then parse can export this publicly, and
 // everything else crate-visibly.