RPITIT with GAT fails to enforce where Self: 'a
bound
#116789
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
The following compiles after the stabilization of RPITIT/AFIT in #115822:
but it should require adding
where Self: 'a
bound toGat
similar to the non-async version (see #87479):cc @compiler-errors
The text was updated successfully, but these errors were encountered: