I\'m trying to write desugared recursive async method. Here is my attempt:
use std::future::*; use std::pin::*; struct TestRecursiveAsync; impl TestRecursiveAsy