File: _require_features.rs

package info (click to toggle)
rust-futures 0.3.31-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: makefile: 15
file content (11 lines) | stat: -rw-r--r-- 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/*#[cfg(not(all(
    feature = "std",
    feature = "alloc",
    feature = "async-await",
    feature = "executor",
    feature = "thread-pool",
)))]
compile_error!(
    "`futures` tests must have all stable features activated: \
    use `--all-features` or `--features default,thread-pool,io-compat`"
);*/