Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
e3e1a03a730aa4bd9a33ecda929b8f825649d536
/
.
/
crates
/
tokio-util
/
tests
/
_require_full.rs
blob: 045934d17599896dec9a11bbf8e7b11295316c98 [
file
] [
log
] [
blame
]
#![
cfg
(
not
(
feature
=
"full"
))]
compile_error
!(
"run tokio-util tests with `--features full`"
);