LONG LINES\!

This commit is contained in:
Brian Anderson 2012-07-30 11:26:20 -07:00
parent 52ed570f1c
commit 2e231fbcb7
2 changed files with 7 additions and 3 deletions

View file

@ -5651,7 +5651,8 @@ fn trans_crate(sess: session::session, crate: @ast::crate, tcx: ty::ctxt,
maps: astencode::maps)
-> (ModuleRef, link_meta) {
let symbol_hasher = hash::siphash(0,0);
let link_meta = link::build_link_meta(sess, *crate, output, symbol_hasher);
let link_meta =
link::build_link_meta(sess, *crate, output, symbol_hasher);
let reachable = reachable::find_reachable(crate.node.module, emap, tcx,
maps.method_map);