]> git.lizzy.rs Git - rust.git/commit
Completely remove captures flag
authorSantiago Pastorino <spastorino@gmail.com>
Tue, 26 Jul 2022 18:50:25 +0000 (15:50 -0300)
committerSantiago Pastorino <spastorino@gmail.com>
Thu, 4 Aug 2022 14:26:53 +0000 (11:26 -0300)
commit9f77688d1707dc6108803a3e1c4a6aa2747568a4
treed25dd0de9e78b38d948bab58acbfbd80e4e1ad3d
parent20c88a2a307f61441e797839d94058bfac152dc8
Completely remove captures flag
compiler/rustc_ast_lowering/src/asm.rs
compiler/rustc_ast_lowering/src/block.rs
compiler/rustc_ast_lowering/src/expr.rs
compiler/rustc_ast_lowering/src/item.rs
compiler/rustc_ast_lowering/src/lib.rs
compiler/rustc_ast_lowering/src/pat.rs
compiler/rustc_ast_lowering/src/path.rs
src/test/ui/impl-trait/rpit-assoc-pair-with-lifetime.rs [new file with mode: 0644]