rustc: "tag" -> "enum"

This commit is contained in:
Patrick Walton 2012-01-19 14:24:03 -08:00
parent e6a7383a5f
commit bdb8f6cf52
37 changed files with 183 additions and 183 deletions

View file

@ -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);