rust/src/librustc/lint
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
..
builtin.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
context.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
mod.rs Track the visited AST's lifetime throughout Visitor. 2014-09-12 14:24:45 +03:00