Searched defs:static_assert (Results 1 – 4 of 4) sorted by relevance
30 macro_rules! static_assert { macro
41 mod static_assert; module
77 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) macro
78 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) macro