Mismatched types issue with GATs #87429
Labels
A-GATs
Area: Generic associated types (GATs)
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
I kind of expected this to work:
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=95574c86f67ea4cd5b7c3509a9549f6d
However it fails with:
cc @jackh726
EDIT: I am not 100% sure but this may has to do with the variance of the gat.
The text was updated successfully, but these errors were encountered: