Home
last modified time | relevance | path

Searched refs:const_assert (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/
H A Dbuild_assert.rs67 const_assert,
136 macro_rules! const_assert { macro
H A Dptr.rs14 use crate::const_assert;
49 const_assert!( in new()
H A Dprelude.rs75 const_assert,
/linux/rust/kernel/num/
H A Dbounded.rs258 const_assert!(fits_within!(VALUE, $type, N));
289 const_assert!(N != 0); in __new()
291 const_assert!(N <= T::BITS); in __new()
408 const_assert!( in extend()