Sha256: 869a93f914df3d1c941b5787ab52dc55440d8d9d78dcaa0354b8d2a1d30119c9
Contents?: true
Size: 420 Bytes
Versions: 6
Compression:
Stored size: 420 Bytes
Contents
#[cfg(not(any(feature = "full", tokio_wasm)))] compile_error!("run main Tokio tests with `--features full`"); // CI sets `--cfg tokio_no_parking_lot` when trying to run tests with // `parking_lot` disabled. This check prevents "silent failure" if `parking_lot` // accidentally gets enabled. #[cfg(all(tokio_no_parking_lot, feature = "parking_lot"))] compile_error!("parking_lot feature enabled when it should not be");
Version data entries
6 entries across 6 versions & 1 rubygems