dtolnay/mashup
Reject strings containing characters that are not allowed in ident
Offen
#13 geöffnet am 05.10.2018
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;
}