• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Only test on nightly, since UI tests are bound to change over time
2 #[rustversion::stable]
3 #[test]
async_instrument()4 fn async_instrument() {
5     let t = trybuild::TestCases::new();
6     t.compile_fail("tests/ui/async_instrument.rs");
7 }
8