rust/src/libsyntax/print
Nick Cameron ce0907e46e Add enum variants to the type namespace
Change to resolve and update compiler and libs for uses.

[breaking-change]

Enum variants are now in both the value and type namespaces. This means that
if you have a variant with the same name as a type in scope in a module, you
will get a name clash and thus an error. The solution is to either rename the
type or the variant.
2014-09-19 15:11:00 +12:00
..
pp.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
pprust.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00