dtolnay/mashup

Reject strings containing characters that are not allowed in ident

Ouverte

#13 ouverte le 5 oct. 2018

 (1 commentaire) (0 réaction) (0 personne assignée)Rust (5 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (95 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

The following should fail to compile.

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

Guide contributeur