dtolnay/mashup

Reject strings containing characters that are not allowed in ident

Offen

#13 geöffnet am 05.10.2018

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (5 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (95 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

The following should fail to compile.

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

Contributor Guide