Home
last modified time | relevance | path

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

/external/rust/crates/pin-project-internal/src/pin_project/
Dmod.rs12 attribute::parse_attribute(args, input).unwrap_or_else(Error::into_compile_error) in attribute()
16 derive::parse_derive(input).unwrap_or_else(Error::into_compile_error) in derive()
/external/rust/crates/proc-macro-error-attr/src/
Dlib.rs29 fn into_compile_error(self) -> TokenStream2 { in into_compile_error() method
41 let error = e.into_compile_error(); in proc_macro_error()
/external/rust/crates/rustversion/src/
Dlib.rs220 try_cfg(introducer, args, input).unwrap_or_else(Error::into_compile_error) in cfg()
249 .unwrap_or_else(Error::into_compile_error) in attr()
Derror.rs34 pub fn into_compile_error(self) -> TokenStream { in into_compile_error() method
/external/rust/crates/syn/src/
Derror.rs232 pub fn into_compile_error(self) -> TokenStream { in into_compile_error() method