spandoc 0.2.2

Procedural macro attribute for converting doc comments into tracing spans
Documentation
1
2
3
4
5
6
7
8
9
#[test]
fn no_std() {
    let t = trybuild::TestCases::new();
    t.pass("tests/compile/with_multi_await.rs");
    t.pass("tests/compile/with_single_await.rs");
    t.pass("tests/compile/with_valid_span_args.rs");
    t.pass("tests/compile/empty_blocks.rs");
    t.compile_fail("tests/compile/with_invalid_span_args.rs");
}