Do not project when there are unconstrained impl params
This commit is contained in:
parent
ab3924b298
commit
2d602ea793
26 changed files with 214 additions and 283 deletions
|
@ -13,7 +13,6 @@ impl<T: ?Sized> Mirror for () {
|
|||
|
||||
pub trait First {
|
||||
async fn first() -> <() as Mirror>::Assoc;
|
||||
//~^ ERROR type annotations needed
|
||||
}
|
||||
|
||||
impl First for () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue