resolve the function call on an async trait cause a compiler crash #102918
Labels
A-async-await
Area: Async & Await
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
While working on an experimental runtime rio and using a couple of experimental features I found that the compiler while in resolving the async call on a trait crash badly.
This is a minimal reproducible example
and this is the stacktrace generated
N.B: I guess this happens with any runtime? BTW also if happens only with rio the compiler should not crash, but I do not think this is related to a specific runtime, but I guess instead, the runtime triggers the resolution of the futures
The text was updated successfully, but these errors were encountered: