dtolnay/syn
Use Literal::subspan to produce better spans from LitStr::parse
Aberta
#621 aberto em 15 de abr. de 2019
enhancementhelp wanted
Métricas do repositório
- Stars
- (3.409 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
LitStr::parse currently puts the entire input string's span on every output token. It would be better to try producing smaller spans using Literal::subspan.