async-recursion 1.1.1

Recursion for async functions
Documentation
1
2
3
4
5
6
7
8
9
10
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}

#[test]
fn expand() {
    macrotest::expand("tests/expand/*.rs");
}