Home
last modified time | relevance | path

Searched refs:into_compile_error (Results 1 – 2 of 2) sorted by relevance

/linux/rust/macros/
H A Dlib.rs136 .unwrap_or_else(|e| e.into_compile_error()) in module()
214 .unwrap_or_else(|e| e.into_compile_error()) in vtable()
486 .unwrap_or_else(|e| e.into_compile_error()) in kunit_tests()
/linux/rust/syn/
H A Derror.rs266 pub fn into_compile_error(self) -> TokenStream { in into_compile_error() method