Added issue # to FIXME.

This commit is contained in:
Lindsey Kuper 2011-06-15 12:29:34 -07:00
parent fa5a7e7453
commit 1ad69291bc

View File

@ -802,7 +802,7 @@ fn print_expr(&ps s, &@ast::expr expr) {
}
case (ast::expr_anon_obj(_, _, _, _)) {
word(s.s, "anon obj");
// TODO: nicer pretty-printing of anon objs
// FIXME (issue #499): nicer pretty-printing of anon objs
}
}