rustc: "tag" -> "enum"
This commit is contained in:
parent
e6a7383a5f
commit
bdb8f6cf52
37 changed files with 183 additions and 183 deletions
|
@ -65,7 +65,7 @@ fn lookup_byte_pos(map: codemap, pos: uint) -> loc {
|
|||
ret lookup_pos(map, pos, lookup);
|
||||
}
|
||||
|
||||
tag opt_span {
|
||||
enum opt_span {
|
||||
|
||||
//hack (as opposed to option::t), to make `span` compile
|
||||
os_none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue