auto merge of #6052 : nikomatsakis/rust/remove-2811, r=catamorphism
r? whomever.
This commit is contained in:
commit
0c6f9a889b
@ -22,8 +22,6 @@ use core::hashmap::HashMap;
|
|||||||
use core::option;
|
use core::option;
|
||||||
use core::vec;
|
use core::vec;
|
||||||
|
|
||||||
/* FIXME #2811: figure out how to have a uniquely linked stack, and change to
|
|
||||||
`~` */
|
|
||||||
///an unzipping of `token_tree`s
|
///an unzipping of `token_tree`s
|
||||||
struct TtFrame {
|
struct TtFrame {
|
||||||
forest: @mut ~[ast::token_tree],
|
forest: @mut ~[ast::token_tree],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user