-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
ICE: no field on type
C-bug
Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138359
opened Mar 11, 2025 by
matthiaskrgr
ICE: Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
TypeError
when attempting coercion but no error emitted
C-bug
#138266
opened Mar 9, 2025 by
matthiaskrgr
ICE: mismatched types
C-bug
Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138240
opened Mar 8, 2025 by
matthiaskrgr
ICE:type parameter Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
B/#1
(B/#1/1) out of range when instantiating, args=[Foo<A/#0, B/#1>]
C-bug
#138227
opened Mar 8, 2025 by
sososopy
ICE:expected const for Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
N/#0
(N/#0/0) but found Type(A<N/#0>) when instantiating args=[A<N/#0>]
C-bug
#138226
opened Mar 8, 2025 by
sososopy
ICE: Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
internal compiler error: no type-dependent def for method call
C-bug
#138166
opened Mar 7, 2025 by
matthiaskrgr
ICE: Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
unelided lifetime in signature
C-bug
#138131
opened Mar 6, 2025 by
matthiaskrgr
ICE: expected region but found Type
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138089
opened Mar 6, 2025 by
matthiaskrgr
Cycle error happens when using inherent_associated_types and generic_const_exprs features
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
I-cycle
Issue: A query cycle occurred while none was expected
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-incomplete-features
This issue requires the use of incomplete features.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#136678
opened Feb 7, 2025 by
EvanLuo42
ICE: Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
unimplemented: inhabitedness checking for inherent projections
in rustc_middle/src/ty/inhabitedness/mod.rs
C-bug
#125879
opened Jun 2, 2024 by
cushionbadak
Cannot chain inherent associated types
C-bug
Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
requires-incomplete-features
This issue requires the use of incomplete features.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#122584
opened Mar 16, 2024 by
MikeWalrus
dead_code
: Inherent associated types are unconditionally considered dead
A-lints
#110332
opened Apr 14, 2023 by
fmease
cycle on inherent associated types in structs
C-bug
Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
I-cycle
Issue: A query cycle occurred while none was expected
requires-nightly
This issue requires a nightly compiler in some way.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#108491
opened Feb 26, 2023 by
peku33
Inherent associated types defined on non-ADTs don't resolve successfully
C-bug
Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
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.
#106719
opened Jan 11, 2023 by
fmease
Tracking issue for inherent associated types
A-associated-items
Area: Associated items (types, constants & functions)
B-RFC-approved
Blocker: Approved by a merged RFC but not yet implemented.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
S-tracking-impl-incomplete
Status: The implementation is incomplete.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#8995
opened Sep 5, 2013 by
pnkfelix
3 tasks
ProTip!
Updated in the last three days: updated:>2025-05-15.