Recursive closure combinator no longer allowed in nightly #46277
Labels
A-type-system
Area: Type system
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
The following code (published in odds 0.3) compiles and works(?) in stable but not nightly.
The combinator is using a closure where the first argument contains a reference to its own type.
(playground link)
The text was updated successfully, but these errors were encountered: