1
Fork 0

Fix generics_of for impl's RPITIT synthesized associated type

This commit is contained in:
Santiago Pastorino 2023-03-17 14:05:26 -03:00
parent 9139ed076d
commit 640c20272e
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
6 changed files with 13 additions and 7 deletions

View file

@ -1,4 +1,6 @@
// check-pass
// [next] compile-flags: -Zlower-impl-trait-in-trait-to-assoc-ty
// revisions: current next
#![feature(return_position_impl_trait_in_trait)]
#![allow(incomplete_features)]