]> git.lizzy.rs Git - rust.git/commit
Do not panic on type ascription or try shorthand
authorMarcus Klaas <mail@marcusklaas.nl>
Tue, 29 Mar 2016 22:01:54 +0000 (00:01 +0200)
committerMarcus Klaas <mail@marcusklaas.nl>
Tue, 29 Mar 2016 22:01:54 +0000 (00:01 +0200)
commitf94164611880d85f26accf8b422ee2e7609d81dd
treee78361d27c0784b8ebfcda03157ad5a6cfb55d9d
parent9eee93306a001ef7eb2ee74183e534e62e77d8e4
Do not panic on type ascription or try shorthand

Instead, simply format expressions involving these unstable features
as they were found.
src/expr.rs