dtolnay/mashup
View on GitHubReject strings containing characters that are not allowed in ident
Open
#13 opened on Oct 5, 2018
good first issue
Repository metrics
- Stars
- (95 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
The following should fail to compile.
mashup! {
m["x"] = a "+" b;
}