rust/src/libsyntax/print
Patrick Walton 78a841810e librustc: Implement associated types behind a feature gate.
The implementation essentially desugars during type collection and AST
type conversion time into the parameter scheme we have now. Only fully
qualified names--e.g. `<T as Foo>::Bar`--are supported.
2014-09-17 16:38:57 -07:00
..
pp.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
pprust.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00