Searched refs:into_compile_error (Results 1 – 5 of 5) sorted by relevance
12 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()
29 fn into_compile_error(self) -> TokenStream2 { in into_compile_error() method41 let error = e.into_compile_error(); in proc_macro_error()
220 try_cfg(introducer, args, input).unwrap_or_else(Error::into_compile_error) in cfg()249 .unwrap_or_else(Error::into_compile_error) in attr()
34 pub fn into_compile_error(self) -> TokenStream { in into_compile_error() method
232 pub fn into_compile_error(self) -> TokenStream { in into_compile_error() method