]> git.lizzy.rs Git - rust.git/commit
Only generate closure def id for async fns with body
authorMichael Goulet <michael@errs.io>
Sat, 24 Sep 2022 18:53:53 +0000 (18:53 +0000)
committerMichael Goulet <michael@errs.io>
Sun, 25 Sep 2022 23:03:15 +0000 (23:03 +0000)
commit730ead80479d98de5cc1b555c558b5b0176fded8
tree2d924b9b48414a7be2fca06b1ef3becf81551b0b
parentf5193a9fcc73dc09e41a90c5a2c97fc9acc16032
Only generate closure def id for async fns with body
compiler/rustc_resolve/src/def_collector.rs
src/test/ui/async-await/in-trait/issue-102219.rs [new file with mode: 0644]