Sha256: 60ed69aba2cbf4b1a2f42b78703f7f21d8a69f62e39bb0509f6a2224cad9b9de
Contents?: true
Size: 369 Bytes
Versions: 32
Compression:
Stored size: 369 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"); } #[rustversion::stable] #[test] fn const_instrument() { let t = trybuild::TestCases::new(); t.compile_fail("tests/ui/const_instrument.rs"); }
Version data entries
32 entries across 32 versions & 1 rubygems