Home
last modified time | relevance | path

Searched refs:assert_cfg (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/static-assertions-rs/src/
H A Dlib.rs89 mod assert_cfg; modules
H A Dassert_cfg.rs11 /// assert_cfg!(not(target_pointer_width = "16"));
20 /// assert_cfg!(any(unix, windows), "There is only support for Unix or Windows");
24 /// assert_cfg!(all(not(all(feature = "mysql", feature = "mongodb")),
34 /// assert_cfg!(all(target_os = "macos",
39 macro_rules! assert_cfg { macros

Completed in 1 milliseconds