about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-07-05 14:17:16 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-07-05 15:06:33 -0700
commit50d2e7e07e79f3f055832756469eb974fe719de1 (patch)
treec08a0f8054e34518055a496fcc8e06a8b48855cc /src/libsyntax/parse
parentb0d4f092010a0867be8b396929a2428d5c44c6d4 (diff)
downloadrust-50d2e7e07e79f3f055832756469eb974fe719de1.tar.gz
rust-50d2e7e07e79f3f055832756469eb974fe719de1.zip
Mostly change TODOs to FIXMEs and annotate them
But, one change in io to implement a TODO suggestion (using a
const u8)
Diffstat (limited to 'src/libsyntax/parse')
-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 bec58354137..4d13b8ac9a5 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -2139,7 +2139,7 @@ class parser {
           Is it strange for the parser to check this?
           */
           none {
-            self.fatal("class with no ctor");
+            self.fatal("class with no constructor");
           }
         }
     }