added MTWT functions

This commit is contained in:
John Clements
2013-04-03 10:28:14 -07:00
parent 1083ae6b06
commit 7e4cd09e2e
5 changed files with 461 additions and 65 deletions
+1 -1
View File
@@ -4280,7 +4280,7 @@ fn parse_view_path(&self) -> @view_path {
rp: None,
types: ~[] };
return @spanned(lo, self.span.hi,
view_path_glob(path, self.get_id()));
view_path_glob(path, self.get_id()));
}
_ => break