Async/Await rustc assertion panic #62087
Labels
A-async-await
Area: Async & Await
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When trying to pass on my server functionality to the API instead of the binary, rustc panics with
assertion failed: target_offset >= offset
found insrc/librustc_codegen_llvm/type_of.rs:130:9
.I tried this code:
There is no small piece of code for this, sadly.
The source is here: https://gitlab.com/Moscovium/moscovium/blob/f295a097860af31be68c8374eed05cf6a58ab93e/impl/main.rs#L61-63
I expected to see this happen: flawless execution, or at least just a good ol' rustc error with a trillion
futures
genericsInstead, this happened: rustc panicked about LLVM code gen
Meta
The text was updated successfully, but these errors were encountered: