rust/src/rustc/util
Tim Chevalier 4f105e4025 In resolve, visit the path in an iface ref
Necessary to resolve any type arguments in a ref to a parameterized
iface. This meant that, for example:

class A implements B<int> { ...

didn't work before, because the "int" in B's argument wasn't getting
visited, and thus wasn't getting resolved. Now it works.

Partially addresses Issue #2288, but I also want to check that class
ty params can appear as the type arguments to ifaces (for example,

class A<T> implements B<T> {...

should work.)
2012-05-07 14:43:31 -07:00
..
common.rs Convert old-style for loops to new-style 2012-04-06 20:38:23 +02:00
filesearch.rs Remove a FIXME note about closed issue #1001 2012-04-08 18:24:32 +08:00
ppaux.rs In resolve, visit the path in an iface ref 2012-05-07 14:43:31 -07:00