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

贡献者指南