diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-01-19 14:24:03 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-01-19 14:24:03 -0800 |
| commit | bdb8f6cf52a2a4e2f78e6fa95d42140aa26ec31c (patch) | |
| tree | 0d0b55cfc904eeec0d4bf99bd92744ff81324b39 /src/comp/syntax/codemap.rs | |
| parent | e6a7383a5f478b90b95556da25160ffee870b57d (diff) | |
| download | rust-bdb8f6cf52a2a4e2f78e6fa95d42140aa26ec31c.tar.gz rust-bdb8f6cf52a2a4e2f78e6fa95d42140aa26ec31c.zip | |
rustc: "tag" -> "enum"
Diffstat (limited to 'src/comp/syntax/codemap.rs')
| -rw-r--r-- | src/comp/syntax/codemap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/syntax/codemap.rs b/src/comp/syntax/codemap.rs index 3bedf018eb7..7844e9c197e 100644 --- a/src/comp/syntax/codemap.rs +++ b/src/comp/syntax/codemap.rs @@ -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; |
