Obscure compiler panic with async/await #56651
Labels
A-async-await
Area: Async & Await
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
My code can be found here. While building, the compiler panics with
src/librustc/infer/region_constraints/mod.rs:683: cannot relate bound region: ReLateBound(DebruijnIndex(1), BrAnon(2)) <= '_#0r
I would give a short extract of the code but it's hard to isolate the problem, however I can say that it arises in
acacia::je_net::handle_client
only when callingawait!(receive_msg(socket_read))
, including after annotating the type of this expression.Full error message:
The text was updated successfully, but these errors were encountered: