-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
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
Unexpected trait bound not satisfied in GAT & HRTB #103563
Labels
A-GATs
Area: Generic associated types (GATs)
C-bug
Category: This is a bug.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
Comments
jackh726
added
the
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
label
Oct 26, 2022
It doesn't seem to be related to GAT, only influenced by TAIT. |
I found rustc type system have inferred type
|
seems like another version of #94207 |
@rustbot claim |
RalfJung
pushed a commit
to RalfJung/miri
that referenced
this issue
Feb 15, 2023
fix: Unexpected trait bound not satisfied in HRTB and Associated Type fix rust-lang/rust#103563
RalfJung
pushed a commit
to RalfJung/rust-analyzer
that referenced
this issue
Apr 20, 2024
fix: Unexpected trait bound not satisfied in HRTB and Associated Type fix rust-lang/rust#103563
RalfJung
pushed a commit
to RalfJung/rust-analyzer
that referenced
this issue
Apr 27, 2024
fix: Unexpected trait bound not satisfied in HRTB and Associated Type fix rust-lang/rust#103563
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-GATs
Area: Generic associated types (GATs)
C-bug
Category: This is a bug.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
I tried this code:
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: