]> git.lizzy.rs Git - rust.git/commit
Merge #10899
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 1 Dec 2021 12:36:17 +0000 (12:36 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 12:36:17 +0000 (12:36 +0000)
commit4691a0647b2c96cc475d8bbe7c31fe194d1443e7
treea477bc9a3b065c1baeaade60596f86a2055e1872
parentaf27958fd45ab44818749616ede842976e27d89b
parent30b0464ed8366636a1db510bf0cf0b1ba0203b50
Merge #10899

10899: ide: hack to make self not unresolved reference in async trait wrapped impl's r=Veykril a=jhgg

fixes #10708

this is a bit hacky, but it "works".

i'm not sure how to even write a test for this though, but i've confirmed it works via manual testing...

Co-authored-by: Jake Heinz <jh@discordapp.com>