rustc: Translate monomorphic intra-crate automatically-derived methods that follow the "eq" format

This commit is contained in:
Patrick Walton
2012-10-26 18:23:45 -07:00
parent c7ec183b34
commit d5a27a0e0c
7 changed files with 265 additions and 32 deletions

View File

@@ -74,7 +74,7 @@ enum ast_node {
// Destructor for a class
node_dtor(~[ty_param], @class_dtor, def_id, @path),
node_block(blk),
node_struct_ctor(@struct_def, @item, @path)
node_struct_ctor(@struct_def, @item, @path),
}
type map = std::map::HashMap<node_id, ast_node>;