Sha256: c73c70fe7371998df077862092f40df7210b13496e119ab4e657a1848e42ab30

Contents?: true

Size: 219 Bytes

Versions: 7

Compression:

Stored size: 219 Bytes

Contents

// Only test on nightly, since UI tests are bound to change over time
#[rustversion::stable]
#[test]
fn async_instrument() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/async_instrument.rs");
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wasmtime-8.0.0 ./ext/cargo-vendor/tracing-attributes-0.1.23/tests/ui.rs
wasmtime-7.0.0 ./ext/cargo-vendor/tracing-attributes-0.1.23/tests/ui.rs
wasmtime-6.0.1 ./ext/cargo-vendor/tracing-attributes-0.1.23/tests/ui.rs
wasmtime-6.0.0 ./ext/cargo-vendor/tracing-attributes-0.1.23/tests/ui.rs
wasmtime-5.0.0 ./ext/cargo-vendor/tracing-attributes-0.1.23/tests/ui.rs
wasmtime-0.4.1 ./ext/cargo-vendor/tracing-attributes-0.1.23/tests/ui.rs
wasmtime-0.4.0 ./ext/cargo-vendor/tracing-attributes-0.1.23/tests/ui.rs