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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
//@ check-pass //@ revisions: current next //@[next] compile-flags: -Znext-solver //@ ignore-compare-mode-next-solver (explicit revisions) trait Sup { type As; } trait Trait<'d>: Sup {} fn foo3<T>() where for<'i> T: Trait<'i, As: Trait<'i, As: Sup>>, { } fn main() {}
This test fails with https://github.com/lcnr/rust/pull/new/no-region-unification. I have to figure out whether that's a fundamental issue or not.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This test fails with https://github.com/lcnr/rust/pull/new/no-region-unification. I have to figure out whether that's a fundamental issue or not.
The text was updated successfully, but these errors were encountered: