index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
tokio
/
tests
/
_require_full.rs
blob: 98455bedefe620f0739e82e4ad2212521daec425 (
plain
)
1
2
#![cfg(not(feature =
"full"
))]
compile_error!
(
"run main Tokio tests with `--features full`"
);