Move ast::pat_id_map to ast::util
This commit is contained in:
parent
4d92cb5c63
commit
608f7ccded
4 changed files with 5 additions and 5 deletions
|
|
@ -98,8 +98,6 @@ tag pat_ {
|
|||
pat_box(@pat);
|
||||
}
|
||||
|
||||
type pat_id_map = std::map::hashmap<str, ast::node_id>;
|
||||
|
||||
tag mutability { mut; imm; maybe_mut; }
|
||||
|
||||
tag kind { kind_pinned; kind_shared; kind_unique; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue