beta ICE: new iron: &mut iron::Request<'_, '_> was a subtype of &mut _ but now is not? #45801
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
Upgrading
iron
in my project causes an ICE. This is possibly the same as #36701, but this must be new as I only see the ICE on beta/nightly, not on the current stable channel, which is way newer than the bug report.Test repo: https://github.com/FauxFaux/quad-image/blob/ice/src/main.rs
git clone -b ice https://github.com/FauxFaux/quad-image.git
Relevant code:
On stable:
I note that (on all releases), cargo decides to download two different versions of
iron
? This doesn't seem right.Cargo.toml:
The text was updated successfully, but these errors were encountered: