We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pub struct Bar where for<'a> &'a mut Self:; fn main() {}
Errors out in ambiguity:
error[E0282]: type annotations needed --> <source>:5:13 | 5 | for<'a> &'a mut Self:; | ^^^^^^^^^^^^ cannot infer type for mutable reference `&'a mut Bar` | note: required by a bound in `Bar`
This happens when checking that Bar is WF... so what's going on there?!
Bar
The text was updated successfully, but these errors were encountered:
that's an issue with the current coinduction handling for hrtb: https://hackmd.io/0GCBKGYCQ9a8zz_FvCWQLw#coinduction-makes-me-sad
have that as "deduplicate universes in query responses" under "initial implementation finished" in the tracking issue rust-lang/rust#107374
Sorry, something went wrong.
opened it as rust-lang/rust#109764. should change the test to have revisions and be known-bug with the new solver
known-bug
No branches or pull requests
Errors out in ambiguity:
This happens when checking that
Bar
is WF... so what's going on there?!The text was updated successfully, but these errors were encountered: