]> git.lizzy.rs Git - rust.git/commit
do not lower patterns in impl Trait
authorBastian Kauschke <bastian_kauschke@hotmail.de>
Sun, 4 Oct 2020 22:25:51 +0000 (00:25 +0200)
committerBastian Kauschke <bastian_kauschke@hotmail.de>
Wed, 7 Oct 2020 08:19:04 +0000 (10:19 +0200)
commit5ac268c43557102dabcd3dc45b2bcaf01cb228ee
tree67ce4a4ff7b4444eaed2aea70bb8c8c1ef97aa2e
parent8f13705e3b5cb563cee1c43446c0a682514a6f15
do not lower patterns in impl Trait
compiler/rustc_ast_lowering/src/lib.rs
src/test/ui/impl-trait/closure-in-impl-trait.rs [new file with mode: 0644]