Change in leaf function causes unrelated compilation error in root function #135652
Labels
A-lifetimes
Area: Lifetimes / regions
A-trait-system
Area: Trait system
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
Description
I encountered an issue where changing the leaf function causes a compilation error in the root function, but the change doesn't affect types or auto traits of the function.
Commenting out
router()
makes code to compile.Minimal Example
repo
Error Message
The text was updated successfully, but these errors were encountered: