blob: f11cc019ebfa72b1cacefcd6b082f5f1a3acb90f [file] [log] [blame]
// 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");
}