index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
tokio-util
/
tests
/
_require_full.rs
blob: 045934d17599896dec9a11bbf8e7b11295316c98 (
plain
)
1
2
#![cfg(not(feature =
"full"
))]
compile_error!
(
"run tokio-util tests with `--features full`"
);