aboutsummaryrefslogtreecommitdiff
path: root/src/comp/fe/token.rs
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-09-21 16:22:32 -0700
committerGraydon Hoare <[email protected]>2010-09-21 16:22:32 -0700
commit1f0621d04ee9d938ba7d07df76837b86f43c6158 (patch)
tree85c1a6034f9858156d6188d1690abb68cb128d36 /src/comp/fe/token.rs
parentAdd insn-selection fixup-name logging. (diff)
downloadrust-1f0621d04ee9d938ba7d07df76837b86f43c6158.tar.xz
rust-1f0621d04ee9d938ba7d07df76837b86f43c6158.zip
Begin teaching rustc to parse literals, atoms, stmts, blocks, items, modules, crates.
Diffstat (limited to 'src/comp/fe/token.rs')
-rw-r--r--src/comp/fe/token.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/fe/token.rs b/src/comp/fe/token.rs
index 2ec7c7a0..b9b2fa07 100644
--- a/src/comp/fe/token.rs
+++ b/src/comp/fe/token.rs
@@ -1,5 +1,6 @@
import util.common.ty_mach;
import util.common.ty_mach_to_str;
+import util.common.new_str_hash;
import std._int;
import std._uint;