Closed
Description
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.
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.