Home
last modified time | relevance | path

Searched refs:into_compile_error (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/serde/serde_derive/src/
H A Dlib.rs91 .unwrap_or_else(syn::Error::into_compile_error) in derive_serialize()
99 .unwrap_or_else(syn::Error::into_compile_error) in derive_deserialize()
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
H A Dlib.rs29 fn into_compile_error(self) -> TokenStream2 { in into_compile_error() functions
41 let error = e.into_compile_error(); in proc_macro_error()
/third_party/rust/crates/syn/src/
H A Derror.rs67 /// [`.to_compile_error()`] or [`.into_compile_error()`] methods can be used to
71 /// [`.into_compile_error()`]: Error::into_compile_error
87 /// .unwrap_or_else(syn::Error::into_compile_error)
250 /// .unwrap_or_else(Error::into_compile_error)
264 pub fn into_compile_error(self) -> TokenStream { in into_compile_error() functions

Completed in 2 milliseconds