rustc: "tag" -> "enum"
This commit is contained in:
parent
e6a7383a5f
commit
bdb8f6cf52
37 changed files with 183 additions and 183 deletions
|
@ -201,7 +201,7 @@ fn ternary_to_if(e: @expr) -> @expr {
|
|||
|
||||
// FIXME this doesn't handle big integer/float literals correctly (nor does
|
||||
// the rest of our literal handling)
|
||||
tag const_val {
|
||||
enum const_val {
|
||||
const_float(float);
|
||||
const_int(i64);
|
||||
const_uint(u64);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue