Sign in
android
/
platform
/
external
/
rust
/
crates
/
tracing-attributes
/
refs/heads/android14-qpr1-release
/
.
/
tests
/
ui.rs
blob: f11cc019ebfa72b1cacefcd6b082f5f1a3acb90f [
file
] [
log
] [
blame
] [
edit
]
// 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"
);
}