Searched defs:LexError (Results 1 – 9 of 9) sorted by relevance
28 pub(crate) enum LexError { enum33 impl LexError { implementation106 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument118 fn proc_macro_parse(src: &str) -> Result<proc_macro::TokenStream, LexError> { in proc_macro_parse() argument255 impl LexError { impl264 impl From<proc_macro::LexError> for LexError { implementation270 impl From<fallback::LexError> for LexError { implementation276 impl Debug for LexError { implementation285 impl Display for LexError { implementation
179 pub struct LexError { struct180 inner: imp::LexError, argument181 _marker: Marker,229 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument302 impl LexError { impl308 impl Debug for LexError { implementation314 impl Display for LexError { implementation320 impl Error for LexError {} implementation1250 fn from_str(repr: &str) -> Result<Self, LexError> { in from_str() argument
39 pub(crate) struct LexError { struct43 impl LexError { implementation172 fn from_str(src: &str) -> Result<TokenStream, LexError> { in from_str() argument186 impl Display for LexError { implementation
168 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> { in token_stream() argument253 fn lex_error(cursor: Cursor) -> LexError { in lex_error()
28 class LexError(Error): class
57 class LexError(Exception): class
63 class LexError(Exception): class