Home
last modified time | relevance | path

Searched refs:CompilerPanic (Results 1 – 2 of 2) sorted by relevance

/linux/rust/proc-macro2/
H A Dwrapper.rs44 CompilerPanic, enumerator
269 LexError::Compiler(_) | LexError::CompilerPanic => Span::call_site(), in span()
292 LexError::CompilerPanic => { in fmt()
305 LexError::CompilerPanic => { in fmt()
H A Dfallback.rs1228 return Err(imp::LexError::CompilerPanic); in from_str_checked()
1235 Err(_panic) => Err(imp::LexError::CompilerPanic), in from_str_checked()