rustc: Use a set-based approach to unification; remove ty_bound_param and ty_local.
Sorry, big perf regression; will fix soon.
This commit is contained in:
parent
721c5bbee8
commit
ddec6b5f47
10 changed files with 1119 additions and 1198 deletions
|
|
@ -125,7 +125,7 @@ fn pretty_print_input(session::session sess, eval::env env, str input,
|
|||
pp_mode ppm) {
|
||||
auto def = tup(ast::local_crate, 0);
|
||||
auto p = front::parser::new_parser(sess, env, def, input, 0u, 0u);
|
||||
auto crate = front::parser::parse_crate_from_source_file(p);
|
||||
auto crate = parse_input(sess, p, input);
|
||||
|
||||
auto mode;
|
||||
alt (ppm) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue