Skip to content

bounds check failure in trans #648

Closed
@eholk

Description

@eholk

The following code causes a bounds check failure in trans. I'm not sure what it should do instead.

fn foo[T] (&T x) {
    fn bar(fn (&T) -> T f) { };
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions