dtolnay/mashup

Reject strings containing characters that are not allowed in ident

Open

#13 opened on Oct 5, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (5 forks)github user discovery
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;
}

Contributor guide