Camel case all the codemap types except span
This commit is contained in:
parent
38b9740668
commit
9ecf86343a
13 changed files with 104 additions and 104 deletions
|
|
@ -112,7 +112,7 @@ type compile_unit_md = {name: ~str};
|
|||
type subprogram_md = {id: ast::node_id};
|
||||
type local_var_md = {id: ast::node_id};
|
||||
type tydesc_md = {hash: uint};
|
||||
type block_md = {start: codemap::loc, end: codemap::loc};
|
||||
type block_md = {start: codemap::Loc, end: codemap::Loc};
|
||||
type argument_md = {id: ast::node_id};
|
||||
type retval_md = {id: ast::node_id};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue