Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
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 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.
#135214 opened Jan 7, 2025 by BoxyUwU
ICE: error: internal compiler error[E0277]: the trait bound 'str: const Deref' is not satisfied A-diagnostics 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.
#135210 opened Jan 7, 2025 by matthiaskrgr
ICE: missing associated_item_or_field_def_ids for DefId C-bug 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.
#135209 opened Jan 7, 2025 by matthiaskrgr
ICE: enum variant discr was too generic to eval C-bug 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.
#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 Category: This is a bug. 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.
#135206 opened Jan 7, 2025 by steffahn
Please lint on a.eq(b.into()) if a.eq(b) would work A-inference 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.
#135201 opened Jan 7, 2025 by joshtriplett
Lint for functions/variables/etc using the same name as a type (str, u32, ...) 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.
#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 Category: This is a bug. O-eBPF Target: I heard you liked code execution so I put some code execution in your code execution T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#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 MyDispatcher<dyn Trait> for ObjectPick never dereferenced to an object C-bug 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.
#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 mut in front of argument in trait method A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135136 opened Jan 5, 2025 by elkowar
[ICE]: Both stable and nightly crash at compiler/rustc_const_eval/src/interpret/operand.rs:84:42 on the invalid code under opt-level=3 A-const-eval 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.
#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: assertion failed: !ty.has_non_region_infer() C-bug 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.
#135122 opened Jan 5, 2025 by matthiaskrgr
Tracking Issue for const_slice_reverse 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.
#135120 opened Jan 5, 2025 by okaneco
3 tasks
rustc_on_unimplemented should work on specific trait methods A-diagnostics Area: Messages for errors, warnings, and lints C-enhancement Category: An issue proposing an enhancement or a PR with one. D-diagnostic-infra Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135117 opened Jan 5, 2025 by joshtriplett
ProTip! Add no:assignee to see everything that’s not assigned.