dtolnay/mashup
Reject strings containing characters that are not allowed in ident
开放
#13 创建于 2018年10月5日
good first issue
仓库指标
- 星标
- (95 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
The following should fail to compile.
mashup! {
m["x"] = a "+" b;
}
#13 创建于 2018年10月5日
The following should fail to compile.
mashup! {
m["x"] = a "+" b;
}