We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a784997 + a74aca5 commit 0c6f9a8Copy full SHA for 0c6f9a8
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