Searched defs:CompileError (Results 1 – 1 of 1) sorted by relevance
13 struct CompileError(String, Span); struct17 let CompileError(msg, span) = err; in from() localVariable22 fn is_c_repr(input: &DeriveInput, msg: &str) -> Result<(), CompileError> { in is_c_repr() argument51 fn get_fields(input: &DeriveInput) -> Result<&Punctuated<Field, Comma>, CompileError> { in get_fields() argument70 fn derive_offsets_or_error(input: DeriveInput) -> Result<proc_macro2::TokenStream, CompileError> { in derive_offsets_or_error() argument