Don't try and handle unfed type_of
on anon consts
This commit is contained in:
parent
c44b3d50fe
commit
ec036cda3f
6 changed files with 14 additions and 270 deletions
|
@ -3,8 +3,6 @@
|
|||
trait X {
|
||||
fn test() -> Self::Assoc<{ async {} }>;
|
||||
//~^ ERROR associated type `Assoc` not found for `Self`
|
||||
//~| ERROR associated type `Assoc` not found for `Self`
|
||||
|
||||
}
|
||||
|
||||
pub fn main() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue