diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-11 16:00:08 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-11 16:00:30 -0700 |
| commit | ec6311211f70ad79dee75f94fa26851f2decfcb9 (patch) | |
| tree | 93a93524c770a45d7c50949999f47e50fe6c1836 /src/libsyntax | |
| parent | 6854265161fa2ee23fca58cc1bcfad183c4b3730 (diff) | |
| download | rust-ec6311211f70ad79dee75f94fa26851f2decfcb9.tar.gz rust-ec6311211f70ad79dee75f94fa26851f2decfcb9.zip | |
Update FIXME number
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
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. |
