Convert std::map::new_str_hash to istrs. Issue #855
This commit is contained in:
parent
faef9490ae
commit
652332f9d4
17 changed files with 181 additions and 144 deletions
|
@ -8,6 +8,8 @@ import codemap::filename;
|
|||
type spanned<T> = {node: T, span: span};
|
||||
|
||||
type ident = str;
|
||||
type identistr = istr;
|
||||
|
||||
// Functions may or may not have names.
|
||||
type fn_ident = option::t<ident>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue