ICE with Axum #108847
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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.
Code
https://github.com/VelvetThePanda/Kobalt/blob/ec48f8a07c063ecf1d68f28a3eade815ac1a393a/iridium/src/api.rs#L84-L97
Meta
rustc --version --verbose
:Error output
Backtrace
This was initially filed under the Axum repo as that's what I suspected was the issue (and still believe to be), here, as per the recommendation of a friend, but given that it's a compiler error, I was pointed back here. I'd love to have an mCVE for this issue, but the closest I've gotten is tracking it down to something to do with Axum's
top_level_handler_fn!
macro.The text was updated successfully, but these errors were encountered: