dtolnay/mashup

Reject strings containing characters that are not allowed in ident

開放

#13 建立於 2018年10月5日

 (1 則留言) (0 個反應) (0 位負責人)Rust (5 個分叉)github user discovery
good first issue

倉庫指標

星標
 (95 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

The following should fail to compile.

mashup! {
    m["x"] = a "+" b;
}

貢獻者指南