dtolnay/mashup

Reject strings containing characters that are not allowed in ident

Aperta

#13 aperta il 5 ott 2018

 (1 commento) (0 reazioni) (0 assegnatari)Rust (5 fork)github user discovery
good first issue

Metriche repository

Star
 (95 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

The following should fail to compile.

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

Guida contributor