From: bors Date: Sun, 12 Jun 2022 09:01:00 +0000 (+0000) Subject: Auto merge of #12455 - bitgaoshu:fix_12441, r=flodiebold X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=eacade27ce121163e3281d8b159ea3c814c4df11;p=rust.git Auto merge of #12455 - bitgaoshu:fix_12441, r=flodiebold fix: #12441 False-positive type-mismatch error with generic future I think the reason is same with #11815. add ```Sized``` bound for ```AsyncBlockTypeImplTrait```. --- eacade27ce121163e3281d8b159ea3c814c4df11