Home
last modified time | relevance | path

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

/linux/rust/zerocopy-derive/
H A Dlib.rs88 Err(e) => return e.into_compile_error().into(),
138 Err(e) => return e.into_compile_error().into(), in most_traits()
/linux/rust/syn/
H A Derror.rs266 pub fn into_compile_error(self) -> TokenStream { in into_compile_error() method