tracing-attributes-hyper 0.0.0

No-op attribute placeholders for the Hyper compile-time tracing plugin system.
Documentation
1
2
3
4
5
6
#[test]
fn server_send() {
    let t = trybuild::TestCases::new();
    // Tests that pass upstream (tracing-attributes-http) should now fail.
    t.compile_fail("tests/ui/server_send/ok/*.rs");
}