Unclear TAIT error on auto trait solving #107320
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
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 am trying to use TAIT to poll a future constructed by an
async fn
, but running into this error, I am unsure where the issue exactly is, would appreciate any guidanceExample Code: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=b2a9d6f2493a79743f66e7852aeca81a
Error
Originally posted by @dignifiedquire in #86733 (comment)
We should make cycle errors due to opaque types tell the user about the fact that they can control what's in the defining scope and what isn't
The text was updated successfully, but these errors were encountered: