We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a784997 commit a74aca5Copy full SHA for a74aca5
src/libsyntax/ext/tt/transcribe.rs
@@ -22,8 +22,6 @@ use core::hashmap::HashMap;
22
use core::option;
23
use core::vec;
24
25
-/* FIXME #2811: figure out how to have a uniquely linked stack, and change to
26
- `~` */
27
///an unzipping of `token_tree`s
28
struct TtFrame {
29
forest: @mut ~[ast::token_tree],
0 commit comments