diff options
| author | Lindsey Kuper <lkuper@mozilla.com> | 2011-06-15 12:29:34 -0700 |
|---|---|---|
| committer | Lindsey Kuper <lkuper@mozilla.com> | 2011-06-15 12:29:34 -0700 |
| commit | 1ad69291bc2ac0f23fefde9eaf7f4df3780fa0c2 (patch) | |
| tree | 91c9d495bc001e416bf08cbfd6ee4b7591c1cc12 /src/comp | |
| parent | fa5a7e7453ee6aae73c639e16db7d208b5949b4d (diff) | |
| download | rust-1ad69291bc2ac0f23fefde9eaf7f4df3780fa0c2.tar.gz rust-1ad69291bc2ac0f23fefde9eaf7f4df3780fa0c2.zip | |
Added issue # to FIXME.
Diffstat (limited to 'src/comp')
| -rw-r--r-- | src/comp/pretty/pprust.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/pretty/pprust.rs b/src/comp/pretty/pprust.rs index 1c2b40c3212..4322351d2b6 100644 --- a/src/comp/pretty/pprust.rs +++ b/src/comp/pretty/pprust.rs @@ -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 } } |
