diff options
| author | Graydon Hoare <[email protected]> | 2010-09-21 16:22:32 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-21 16:22:32 -0700 |
| commit | 1f0621d04ee9d938ba7d07df76837b86f43c6158 (patch) | |
| tree | 85c1a6034f9858156d6188d1690abb68cb128d36 /src/comp/fe/token.rs | |
| parent | Add insn-selection fixup-name logging. (diff) | |
| download | rust-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.rs | 1 |
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; |