Searched defs:static_assert (Results 1 – 4 of 4) sorted by relevance
35 macro_rules! static_assert { macro
151 mod static_assert; module
80 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) macro
79 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) macro