mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

fix: #12441 False-positive type-mismatch error with generic future I think the reason is same with #11815. add ```Sized``` bound for ```AsyncBlockTypeImplTrait```.