Closed
Description
Found by Inky-developer in https://users.rust-lang.org/t/how-to-use-documentation-example-for-std-controlflow/66115?u=scottmcm
The example compiles, but can't actually be monomorphized as it adds another &mut
at each level of the recursion.
It needs a fix like https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=0b534dc88883f0ebd67774f56a857da2
(And it'd probably be good to show a call in the example anyway.)