rust/src/libsyntax/print
Niko Matsakis d28f734412 Refactor so that references to traits are not represented using a type with a
bare function store (which is not in fact a kind of value) but rather
ty::TraitRef.  Removes many uses of fail!() and other telltale signs of
type-semantic mismatch.

cc #4183 (not a fix, but related)
2013-04-05 05:36:02 -04:00
..
pp.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
pprust.rs Refactor so that references to traits are not represented using a type with a 2013-04-05 05:36:02 -04:00