-
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: Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
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.
normalization_nested_goals.is_empty()
C-bug
#140571
opened May 2, 2025 by
matthiaskrgr
ICE: Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
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.
did not expect inference variables here
(wfck)
C-bug
#137813
opened Feb 28, 2025 by
matthiaskrgr
rustdoc: ICE: Cannot turn Area: auto traits (e.g., `auto trait Send {}`)
A-synthetic-impls
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
UnevaluatedConst
into AliasTy
when synthesizing auto trait impls
A-auto-traits
#134775
opened Dec 26, 2024 by
sigurd4
1 of 4 tasks
[ICE]: Associated const projection not yet supported
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
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.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#134641
opened Dec 22, 2024 by
sigurd4
1 of 4 tasks
ICE: Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
F-generic_const_items
`#![feature(generic_const_items)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
invalid immediate for given destination place: scalar value has wrong size
C-bug
#131406
opened Oct 8, 2024 by
matthiaskrgr
access outside the bounds for given AllocRange
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
F-generic_const_items
`#![feature(generic_const_items)]`
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.
#131046
opened Sep 30, 2024 by
Naserume
ICE: Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
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.
asked to assemble auto trait candidates of unexpected type: FreshTy(0)
C-bug
#130411
opened Sep 15, 2024 by
matthiaskrgr
Permit trait object types where all (non-generic) associated constants are specified (via assoc item bindings)
A-dyn-compatibility
Area: Dyn compatibility (formerly: object safety)
A-dyn-trait
Area: trait objects, vtable layout
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
F-associated_const_equality
`#![feature(associated_const_equality)]`
requires-nightly
This issue requires a nightly compiler in some way.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
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.
#130300
opened Sep 13, 2024 by
fmease
ICE: Area: Memory layout of types
C-bug
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-associated_const_equality
`#![feature(associated_const_equality)]`
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.
assertion failed: layout.is_sized()
with feature(associated_const_equality)
A-layout
#127643
opened Jul 12, 2024 by
Naserume
Associated constants used in equality constraints should be considered as used
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
F-associated_const_equality
`#![feature(associated_const_equality)]`
L-dead_code
Lint: dead_code
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#126729
opened Jun 20, 2024 by
mu001999
ICE: rustdoc: Cannot turn Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
UnevaluatedConst
into AliasTy
C-bug
#125128
opened May 14, 2024 by
matthiaskrgr
Assoc const equality doesn't work well with rustdoc
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125092
opened May 13, 2024 by
compiler-errors
ICE: Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
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.
asked to assemble builtin bounds of unexpected type: FreshTy(0)
C-bug
#123456
opened Apr 4, 2024 by
matthiaskrgr
ICE: Area: trait objects, vtable layout
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
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.
unexpected infer type
A-dyn-trait
#123140
opened Mar 27, 2024 by
matthiaskrgr
Assoc const equality bounds aren't taken into consideration when normalizing const projections
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
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.
#120905
opened Feb 11, 2024 by
fmease
ICE with assoc const equality & closure: Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
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.
Type system constant with non valtree'able type evaluated but no error emitted
C-bug
#119783
opened Jan 9, 2024 by
fmease
ICE: Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
F-generic_const_items
`#![feature(generic_const_items)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions 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.
expected type differs from actual type
u16 / u32
C-bug
#118778
opened Dec 9, 2023 by
matthiaskrgr
Compiler not resolving opaque types with associated const equality in return type
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#117923
opened Nov 15, 2023 by
w-utter
rustdoc: synthetic impls are faulty in the presence of assoc const equality constraints
A-auto-traits
Area: auto traits (e.g., `auto trait Send {}`)
A-synthetic-impls
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#111102
opened May 2, 2023 by
fmease
Trait impls conflict even with different associated const bounds
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
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.
#103292
opened Oct 20, 2022 by
joshlf
Tracking issue for associated const equality
A-associated-items
Area: Associated items (types, constants & functions)
A-const-generics
Area: const generics (parameters and arguments)
B-experimental
Blocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-associated_const_equality
`#![feature(associated_const_equality)]`
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.
#92827
opened Jan 12, 2022 by
JulianKnodt
8 tasks
ProTip!
Mix and match filters to narrow down what you’re looking for.