]> git.lizzy.rs Git - rust.git/commit
Allow declaring existential types inside blocks
authorOliver Schneider <github35764891676564198441@oli-obk.de>
Mon, 23 Jul 2018 12:56:36 +0000 (14:56 +0200)
committerOliver Schneider <github35764891676564198441@oli-obk.de>
Tue, 24 Jul 2018 08:07:45 +0000 (10:07 +0200)
commit2e33a557de4cddfebd9fa3f6b64d6ed603482e75
treea664a21af5008bdb5ac80da764fd08b6dd0149a8
parent3900bf8ae3aafdd3ab13a0e6400d47bc5cb2e121
Allow declaring existential types inside blocks
src/libsyntax/parse/parser.rs
src/test/ui/impl-trait/existential_type_in_fn_body.rs [new file with mode: 0644]