-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: rust-lang/rust
Tracking issue for post stage 0 bootstrap sequence redesign f...
#141901
opened Jun 2, 2025 by
jieyouxu
Open
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-adt_const_params
`#![feature(adt_const_params)]`
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(adt_const_params)
C-bug
#137582
opened Feb 25, 2025 by
cushionbadak
ICE: Category: This is a bug.
F-adt_const_params
`#![feature(adt_const_params)]`
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.
expected int of size 8, but got size 1
in rustc_middle/src/ty/consts/int.rs
with feature adt_const_params
C-bug
#131052
opened Sep 30, 2024 by
cushionbadak
ICE when implementing a generic trait + generic supertrait (and default values)
C-bug
Category: This is a bug.
F-adt_const_params
`#![feature(adt_const_params)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
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.
#129556
opened Aug 25, 2024 by
ReaTekWither
ICE: Area: MIR optimizations
A-mir-opt-GVN
Area: MIR opt Global Value Numbering (GVN)
C-bug
Category: This is a bug.
F-adt_const_params
`#![feature(adt_const_params)]`
F-unsized_const_params
`#![feature(unsized_const_params)]`
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.
InterpErrorInfo(InterpErrorInfoInner { kind: UndefinedBehavior(BoundsCheckFailed
A-mir-opt
#129095
opened Aug 14, 2024 by
matthiaskrgr
ICE / Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
F-adt_const_params
`#![feature(adt_const_params)]`
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.
Unexpected initial operand type
A-debuginfo
#126123
opened Jun 7, 2024 by
matthiaskrgr
ICE: cannot convert 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-adt_const_params
`#![feature(adt_const_params)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
'{erased}
to a region vid
C-bug
#125564
opened May 26, 2024 by
matthiaskrgr
[adt_const_params] consider to avoid using specialization when implement traits for Foo<const B: Bar>
F-adt_const_params
`#![feature(adt_const_params)]`
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#130799
opened Jan 5, 2024 by
psionic12
Debug info for const generics is hashes rather than something nice
A-const-generics
Area: const generics (parameters and arguments)
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
F-adt_const_params
`#![feature(adt_const_params)]`
F-const_generics
`#![feature(const_generics)]`
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.
#115786
opened Sep 12, 2023 by
RalfJung
Type inference fails with Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
F-adt_const_params
`#![feature(adt_const_params)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
adt_const_params
and const_generic_exprs
for associated types
A-const-generics
#112248
opened Jun 3, 2023 by
Tehforsch
Tracking Issue for more complex const parameter types: Area: const generics (parameters and arguments)
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-adt_const_params
`#![feature(adt_const_params)]`
T-lang
Relevant to the language team
feature(adt_const_params)
A-const-generics
#95174
opened Mar 21, 2022 by
lcnr
3 of 8 tasks
Value mangling
A-const-generics
Area: const generics (parameters and arguments)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
F-adt_const_params
`#![feature(adt_const_params)]`
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.
#61486
opened Jun 3, 2019 by
varkor
4 of 6 tasks
ProTip!
no:milestone will show everything without a milestone.