commit | 1349c1d02c866eb478e2549a5cfc1b61a57b1583 | [log] [tgz] |
---|---|---|
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | Thu Jul 21 10:21:19 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Thu Jul 21 10:21:19 2016 +0200 |
tree | 5880642d11450a90f8fa13da4efd529d12f65823 | |
parent | 4c566c79033ea106588afd23389452588246a18f [diff] |
syntax: allow capital letters in Rust struct/trait names Per https://doc.rust-lang.org/reference.html#fn2, non-ASCII characters are currently not allowed in stable Rust, so keep it ASCII-only for now. Signed-off-by: Dirkjan Ochtman <dirkjan@ochtman.nl>