Comments only: change TODOs to FIXMEs and annotate them

This commit is contained in:
Tim Chevalier 2012-07-05 15:58:25 -07:00
parent 50d2e7e07e
commit 889be71cb4
13 changed files with 19 additions and 20 deletions

View file

@ -23,7 +23,8 @@ enum tt_frame_up { /* to break a circularity */
tt_frame_up(option<tt_frame>)
}
/* TODO: figure out how to have a uniquely linked stack, and change to `~` */
/* FIXME (#2811): figure out how to have a uniquely linked stack,
and change to `~` */
/// an unzipping of `token_tree`s
type tt_frame = @{
readme: ~[ast::token_tree],