Lines Matching refs:not
11 //! not depend on `std`, so they’d use this crate instead.
38 //! sendable while [`Rc<T>`][`Rc`] is not.
53 //! default global allocator. It is not compatible with the libc allocator API.
64 #![cfg(any(not(feature = "miri-test-libstd"), test, doctest))]
74 not(test),
75 not(any(test, bootstrap)),
76 any(not(feature = "miri-test-libstd"), test, doctest),
78 not(no_global_oom_handling),
79 not(no_rc),
80 not(no_sync),
93 #![cfg_attr(not(bootstrap), allow(internal_features))]
94 #![cfg_attr(not(bootstrap), allow(rustdoc::redundant_explicit_links))]
98 #![cfg_attr(not(no_global_oom_handling), feature(const_alloc_error))]
99 #![cfg_attr(not(no_global_oom_handling), feature(const_btree_len))]
114 #![cfg_attr(not(no_borrow), feature(const_cow_is_borrowed))]
171 #![cfg_attr(not(test), feature(generator_trait))]
223 #[cfg(not(no_macros))]
238 #[cfg(not(test))]
244 #[cfg(not(no_borrow))]
247 #[cfg(all(not(no_rc), not(no_sync), not(no_global_oom_handling)))]
249 #[cfg(not(no_fmt))]
251 #[cfg(not(no_rc))]
254 #[cfg(not(no_str))]
256 #[cfg(not(no_string))]
258 #[cfg(all(not(no_rc), not(no_sync), target_has_atomic = "ptr"))]
260 #[cfg(all(not(no_global_oom_handling), not(no_rc), not(no_sync), target_has_atomic = "ptr"))]
276 /// seed not being the same for every RNG invocation too.