rust/src/test
Tim Chevalier a5bca7df88 Refactor data structures representing constraints (again...)
I added a "resolved" version of the ast::constr type -- ty::constr_def
-- that has a def_id field instead of an ann_field. This is more
consistent with other types and eliminates some checking.

Incidentally, I removed the def_map argument to the top-level function
in middle::alias, since the ty::ctxt already has a def_map field.
2011-06-15 15:38:12 -07:00
..
bench Reformat source tree (minus a couple tests that are still grumpy). 2011-06-15 11:19:50 -07:00
compile-fail Refactor data structures representing constraints (again...) 2011-06-15 15:38:12 -07:00
run-fail Reformat source tree (minus a couple tests that are still grumpy). 2011-06-15 11:19:50 -07:00
run-pass Simple anonymous objects get through translation. 2011-06-15 12:18:52 -07:00