-
Notifications
You must be signed in to change notification settings - Fork 13k
Issues: rust-lang/rust
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Docs produce invalid type when using bounds in associated type position
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#126432
opened Jun 13, 2024 by
tguichaoua
False compile error on associated type bounds
C-bug
Category: This is a bug.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#125845
opened Jun 1, 2024 by
taiheioki
false positive when Area: Implied bounds / inferred outlives-bounds
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
associated_type_bounds
used with for<>
on super traits
A-implied-bounds
#121929
opened Mar 3, 2024 by
fee1-dead
ICE: deadlock detected
C-bug
Category: This is a bug.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
F-const_trait_impl
`#![feature(const_trait_impl)]`
F-effects
`#![feature(effects)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-low
Low priority
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-compiler-parallel
Working group: Parallelizing the compiler
#119785
opened Jan 9, 2024 by
matthiaskrgr
Invalid trait bounds and equality constraints should suggest appropriate code
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
A-trait-system
Area: Trait system
D-newcomer-roadblock
Diagnostics: Confusing error or lint; hard to understand for new users.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#85307
opened May 14, 2021 by
estebank
Cycle detected when using associated type bounds in super trait
A-diagnostics
Area: Messages for errors, warnings, and lints
A-trait-system
Area: Trait system
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
F-associated_type_bounds
`#![feature(associated_type_bounds)]`
I-cycle
Issue: A query cycle occurred while none was expected
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#65913
opened Oct 28, 2019 by
tage64
ProTip!
What’s not been updated in a month: updated:<2024-12-06.