xref
: /
aosp_15_r20
/
external
/
rust
/
android-crates-io
/
crates
/
tokio-util
/
tests
/
_require_full.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#![
cfg
(
not
(
feature
=
"full"
))]
2
compile_error
!(
"run tokio-util tests with `--features full`"
);
3