]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #12455 - bitgaoshu:fix_12441, r=flodiebold
authorbors <bors@rust-lang.org>
Sun, 12 Jun 2022 09:01:00 +0000 (09:01 +0000)
committerbors <bors@rust-lang.org>
Sun, 12 Jun 2022 09:01:00 +0000 (09:01 +0000)
fix: #12441 False-positive type-mismatch error with generic future

I think the reason is same with #11815.
add ```Sized``` bound for ```AsyncBlockTypeImplTrait```.


Trivial merge