dtolnay/mashup
Reject strings containing characters that are not allowed in ident
オープン
#13 opened on 2018/10/05
good first issue
Repository metrics
- Stars
- (95 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
The following should fail to compile.
mashup! {
m["x"] = a "+" b;
}