From 50d2e7e07e79f3f055832756469eb974fe719de1 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 5 Jul 2012 14:17:16 -0700 Subject: Mostly change TODOs to FIXMEs and annotate them But, one change in io to implement a TODO suggestion (using a const u8) --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse/parser.rs') 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"); } } } -- cgit 1.4.1-3-g733a5