From 889be71cb4d4252073f2dbdedb71e8ea1645f6e3 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 5 Jul 2012 15:58:25 -0700 Subject: Comments only: change TODOs to FIXMEs and annotate them --- src/libsyntax/parse/lexer.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/lexer.rs b/src/libsyntax/parse/lexer.rs index a85e791696f..333ff95c74d 100644 --- a/src/libsyntax/parse/lexer.rs +++ b/src/libsyntax/parse/lexer.rs @@ -23,7 +23,8 @@ enum tt_frame_up { /* to break a circularity */ tt_frame_up(option) } -/* 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], -- cgit 1.4.1-3-g733a5