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;
}