dtolnay/mashup

Reject strings containing characters that are not allowed in ident

オープン

#13 opened on 2018/10/05

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (5 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (95 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

The following should fail to compile.

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

コントリビューターガイド