[GAT
] Associated type lifetime on regular type
#87735
Labels
A-GATs
Area: Generic associated types (GATs)
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
GATs-triaged
Issues using the `generic_associated_types` feature that have been triaged
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
After playing with Generic Associated Types, the following snippet was successfully created:
But then I was wondering if it is possible to generalize the above statement for every
Foo<T>
withT: AsRef2
. Here is what was accomplished so far:Any clues? Feel free to close this issue if duplicated.
The text was updated successfully, but these errors were encountered: