Searched refs:compiler_literal_from_str (Results 1 – 1 of 1) sorted by relevance
829 Literal::Compiler(compiler_literal_from_str(repr).expect("invalid literal")) in from_str_unchecked()952 compiler_literal_from_str(repr).map(Literal::Compiler) in from_str()960 fn compiler_literal_from_str(repr: &str) -> Result<proc_macro::Literal, LexError> { in compiler_literal_from_str() function