Lines Matching refs:feature
81 #![cfg_attr(feature = "cfg-target-has-atomic", feature(cfg_target_has_atomic))]
82 #![cfg_attr(feature = "read-initializer", feature(read_initializer))]
84 #![cfg_attr(not(feature = "std"), no_std)]
92 #![cfg_attr(docsrs, feature(doc_cfg))]
94 #[cfg(all(feature = "cfg-target-has-atomic", not(feature = "unstable")))]
97 #[cfg(all(feature = "bilock", not(feature = "unstable")))]
100 #[cfg(all(feature = "read-initializer", not(feature = "unstable")))]
118 #[cfg(feature = "std")]
121 #[cfg(feature = "std")]
128 #[cfg(feature = "std")]
129 #[cfg(feature = "async-await")]
131 #[cfg(feature = "async-await")]
138 #[cfg(feature = "alloc")]
141 #[cfg(feature = "alloc")]
145 #[cfg(feature = "std")]
149 #[cfg(feature = "executor")]
150 #[cfg_attr(docsrs, doc(cfg(feature = "executor")))]
154 #[cfg(feature = "compat")]
155 #[cfg_attr(docsrs, doc(cfg(feature = "compat")))]
184 #[cfg(feature = "std")]
187 #[cfg(feature = "std")]