<!-- Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for how to create smaller examples. http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ --> While I was trying to add lifetimes for picoserve's `FromRequest` I got into ICE 1. https://github.com/Ddystopia/picoserve_example_ice 2. https://github.com/Ddystopia/picoserve/tree/ice (1.) had a dep of picoserve as 2. That code isn't finished and should not compile yet ### Meta <!-- If you're using the stable version of the compiler, you should also check if the bug also exists in the beta or nightly versions. --> `rustc --version --verbose`: ``` rustc 1.77.0-nightly (635124704 2024-01-27) binary: rustc commit-hash: 635124704849eeead4e3a7bb6e663c5351571d93 commit-date: 2024-01-27 host: x86_64-unknown-linux-gnu release: 1.77.0-nightly LLVM version: 17.0.6 ``` ### Error output 2.https://github.com/Ddystopia/picoserve/tree/ice has ice files