dtolnay/mashup

Reject strings containing characters that are not allowed in ident

Aberta

#13 aberto em 5 de out. de 2018

 (1 comentário) (0 reação) (0 responsável)Rust (5 forks)github user discovery
good first issue

Métricas do repositório

Stars
 (95 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

The following should fail to compile.

mashup! {
    m["x"] = a "+" b;
}

Guia do colaborador