Closed
Description
In compute_well_formed_goal
, when given a goal WF(?0)
, it adds the same input goal as a recursive goal, which is then evaluated to Yes
because of WF goals being coinductive.
TODO: write a test (it seems hard to exploit).
Metadata
Metadata
Assignees
Labels
No labels
Activity
wf::unnormalized_obligations
rust-lang/rust#112965Rollup merge of rust-lang#112965 - compiler-errors:circular-wf, r=ali…
aliemjay commentedon Jun 24, 2023
fixed by rust-lang/rust#112965