Skip to content

ICE in librustc/middle/region on async fn #52833

Closed
@cramertj

Description

@cramertj

Edit: minimal repro on playground:

async fn foo<'a>(x: &'a u8, y: &'a u8) -> u8 {
    *x + *y
}

Triggering this assertion. Full backtrace is here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions