diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2011-07-06 16:46:17 +0200 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2011-07-06 16:46:17 +0200 |
| commit | 7661c08496b0dc9ce55657246f8e5e42051c812e (patch) | |
| tree | 125d9f3fe0dbd0eb90d93a6de31e08452cb13ae8 /src/comp/driver | |
| parent | 4c315666dd7c2ac2d207b00ad2b5b5ca309a627f (diff) | |
| download | rust-7661c08496b0dc9ce55657246f8e5e42051c812e.tar.gz rust-7661c08496b0dc9ce55657246f8e5e42051c812e.zip | |
Remove temporary stdlib placeholders, use actual stdlib functions
(Possible now that a snapshot took place.)
Diffstat (limited to 'src/comp/driver')
| -rw-r--r-- | src/comp/driver/rustc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index 5f410678fdf..80b94be4c53 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -343,7 +343,7 @@ fn build_session_options(str binary, getopts::match match, str binary_dir) -> fn build_session(@session::options sopts) -> session::session { auto target_cfg = build_target_config(); - auto crate_cache = syntax::_std::new_int_hash[session::crate_metadata](); + auto crate_cache = std::map::new_int_hash[session::crate_metadata](); ret session::session(target_cfg, sopts, crate_cache, [], [], [], codemap::new_codemap(), 0u); } |
