Skip to content

bounds in iface types do not appear to be resolved #2311

Closed
@nikomatsakis

Description

@nikomatsakis

This test, for example, yields the message "unbound path clam":

iface clam<A> { }
iface foo<A> {
   fn bar<B,C:clam<A>>(c: C) -> B;
}

fn main() { }

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-resolveArea: Name/path resolution done by `rustc_resolve` specifically

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions