-
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
CoercePointee leaks unstable unsizing impls
A-coercions
Area: implicit and explicit `expr as Type` coercions
F-derive_coerce_pointee
Feature: RFC 3621's oft-renamed implementation
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.
#135217
opened Jan 7, 2025 by
BoxyUwU
concern DispatchFromDyn builtin checks are weaker than CoerceUnsized
A-coercions
Area: implicit and explicit `expr as Type` coercions
F-derive_coerce_pointee
Feature: RFC 3621's oft-renamed implementation
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.
#135215
opened Jan 7, 2025 by
BoxyUwU
CoerceUnsized
builtin checks do not handle aliases
A-coercions
#135214
opened Jan 7, 2025 by
BoxyUwU
ICE: Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
F-const_trait_impl
`#![feature(const_trait_impl)]`
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.
error: internal compiler error[E0277]: the trait bound 'str: const Deref' is not satisfied
A-diagnostics
#135210
opened Jan 7, 2025 by
matthiaskrgr
ICE: Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
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.
missing associated_item_or_field_def_ids for DefId
C-bug
#135209
opened Jan 7, 2025 by
matthiaskrgr
ICE: Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-low
Low priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
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.
enum variant discr was too generic to eval
C-bug
#135208
opened Jan 7, 2025 by
matthiaskrgr
CoercePointee
doesn't tightly enforce the restriction to #[repr(transparent)]
-only wrappers, if other proc-macros are involved
C-bug
#135206
opened Jan 7, 2025 by
steffahn
Please lint on Area: Type inference
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
a.eq(b.into())
if a.eq(b)
would work
A-inference
#135201
opened Jan 7, 2025 by
joshtriplett
Lint for functions/variables/etc using the same name as a type (Area: Lints (warnings about flaws in source code) such as unused_mut.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
str
, u32
, ...)
A-lints
#135196
opened Jan 7, 2025 by
joshtriplett
DllMain is never run when given stdcall decorated export
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-windows
Operating system: Windows
#135188
opened Jan 7, 2025 by
PARTYMANX
--target bpfel-unknown-none
generates LLVM bitcode instead of eBPF
C-bug
#135175
opened Jan 6, 2025 by
workingjubilee
AArch64 register X18 is reserved for a platform register on VxWorks
A-target-specs
Area: Compile-target specifications
C-bug
Category: This is a bug.
O-vxworks
Target: when they made us, they called us Curiosity, and Spirit, and told us to tell you hello
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#135166
opened Jan 6, 2025 by
tekbar11
--sysroot ignored by -vV
A-CLI
Area: Command-line interface (CLI) to the compiler
A-cranelift
Things relevant to the [future] cranelift backend
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#135165
opened Jan 6, 2025 by
bjorn3
ICE: self-type Category: This is a bug.
F-arbitrary_self_types
`#![feature(arbitrary_self_types)]`
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
MyDispatcher<dyn Trait>
for ObjectPick never dereferenced to an object
C-bug
#135155
opened Jan 6, 2025 by
pitust
"This generic parameter must be used with a generic lifetime parameter" on RPIT with precise capturing
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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.
#135152
opened Jan 6, 2025 by
ugur-a
Precise captures in ITIAT are not refining
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
A-lifetimes
Area: Lifetimes / regions
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
F-impl_trait_in_assoc_type
`#![feature(impl_trait_in_assoc_type)]`
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-types
Relevant to the types team, which will review and decide on the PR/issue.
#135144
opened Jan 6, 2025 by
QuineDot
Overflow evaluating requirement in latest nightly (1.85)
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
#135143
opened Jan 6, 2025 by
Azorlogh
Tracking Issue for std::net::hostname
A-io
Area: `std::io`, `std::fs`, `std::net` and `std::path`
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#135142
opened Jan 6, 2025 by
orowith2os
1 of 4 tasks
ICE: "Missing value for constant, but no error reported?" with uncomputable layout due to trivial bounds
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-layout
Area: Memory layout of types
C-bug
Category: This is a bug.
F-trivial_bounds
`#![feature(trivial_bounds)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
#135138
opened Jan 5, 2025 by
lukas-code
Improvable error when putting Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
mut
in front of argument in trait method
A-diagnostics
#135136
opened Jan 5, 2025 by
elkowar
[ICE]: Both stable and nightly crash at Area: Constant evaluation, covers all const contexts (static, const fn, ...)
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
compiler/rustc_const_eval/src/interpret/operand.rs:84:42
on the invalid code under opt-level=3
A-const-eval
#135128
opened Jan 5, 2025 by
wangbo15
2 of 4 tasks
ICE: rustc_hir_typeck: index out of bounds
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-has-bisection
Status: a bisection has been found for this issue
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.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#135124
opened Jan 5, 2025 by
matthiaskrgr
ICE: Category: This is a bug.
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-has-bisection
Status: a bisection has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
assertion failed: !ty.has_non_region_infer()
C-bug
#135122
opened Jan 5, 2025 by
matthiaskrgr
Tracking Issue for Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
const_slice_reverse
C-tracking-issue
#135120
opened Jan 5, 2025 by
okaneco
3 tasks
rustc_on_unimplemented
should work on specific trait methods
A-diagnostics
#135117
opened Jan 5, 2025 by
joshtriplett
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.