Skip to content

opaque types + implied bounds ICE #107

Closed
@lcnr

Description

@lcnr

computing implied bounds with opaque types causes an ICE. It should not :3

fn foo<'a>() -> &'a impl Sized {
    &()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    blocks-craterBlocks running a crater run for breakage w/ new solver

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions