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

[async closure] implementation of Send is not general enough using tokio channel C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#139475 opened Apr 7, 2025 by Banyc
Tracking issue for release notes of #138285: Stabilize repr128 A-rustdoc-json Area: Rustdoc JSON backend relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#139472 opened Apr 7, 2025 by rustbot
autodiff fails when differentiating two identical functions C-bug Category: This is a bug. F-autodiff `#![feature(autodiff)]`
#139471 opened Apr 7, 2025 by ZuseZ4
Unsafe binders unsupported in debug info A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) C-bug Category: This is a bug. F-unsafe_binders `#![feature(unsafe_binders)]` 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.
#139462 opened Apr 7, 2025 by ds84182
rustdoc thinks Deref extends to functions that use Pin<&mut Self> needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#139458 opened Apr 6, 2025 by jnbooth
Cannot coerce dyn Trait<'short> + 'long to dyn Trait<'long> + 'long A-lifetimes Area: Lifetimes / regions A-trait-objects Area: trait objects, vtable layout C-discussion Category: Discussion or questions that doesn't represent real issues. T-types Relevant to the types team, which will review and decide on the PR/issue.
#139457 opened Apr 6, 2025 by Jules-Bertholet
Tracking issue for release notes of #139275: Update the minimum external LLVM to 19 A-testsuite Area: The testsuite used to check the correctness of rustc relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#139454 opened Apr 6, 2025 by rustbot 1.88.0
ICE: stack overflow with -Ztyping-mode-borrowck in inference C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. 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.
#139446 opened Apr 6, 2025 by matthiaskrgr
ICE: failed to reparse A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) C-bug Category: This is a bug. 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.
#139445 opened Apr 6, 2025 by matthiaskrgr
Tracking issue for string-like AsRef coverage 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.
#139429 opened Apr 6, 2025 by thaliaarchi
3 tasks
Tracking issue for release notes of #134213: Stabilize naked_functions A-run-make Area: port run-make Makefiles to rmake.rs needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-lang Relevant to the language team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#139428 opened Apr 5, 2025 by rustbot
Undefined symbols when bootstrapping with ld.gold in DragonFly BSD A-linkers Area: linkers... you gotta love linkers C-external-bug Category: issue that is caused by bugs in software beyond our control T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#139425 opened Apr 5, 2025 by tuxillo
Suggests changing slice-like type instead of index for invalid SliceIndex 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.
#139424 opened Apr 5, 2025 by thaliaarchi
Ensure we can optimize out does-nothing drops like array::IntoIter<NotNeedsDrop, N> A-mir-opt Area: MIR optimizations C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139422 opened Apr 5, 2025 by scottmcm
ICE: expected Binder to have 0 projections, but it has 1 C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139418 opened Apr 5, 2025 by matthiaskrgr
Optimization regression: array argument somehow produces null check? A-ABI Area: Concerning the application binary interface (ABI) A-codegen Area: Code generation I-slow Issue: Problems and improvements with respect to performance of generated code. 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.
#139415 opened Apr 5, 2025 by alex
Tracking issue for release notes of #136877: Fix missing const for inherent pointer replace methods needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#139413 opened Apr 5, 2025 by rustbot 1.88.0
x.py build prints suggestions how to use git C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#139412 opened Apr 5, 2025 by dilyanpalauzov
ICE: next solver: errors selecting obligation during MIR typeck: [Ambiguity] C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#139409 opened Apr 5, 2025 by matthiaskrgr
Instructions missing from naked_asm blocks. A-incr-comp Area: Incremental compilation C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139407 opened Apr 5, 2025 by ZiCog
Strange type inference for recursive RPIT 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.
#139406 opened Apr 5, 2025 by theemathas
recursive opaque type results in stack overflow C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. P-high High priority regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139402 opened Apr 5, 2025 by matthiaskrgr
Problem building 1.86.0 on Darwin due to problematic usage of DYLD_LIBRARY_PATH in bootstrap C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#139400 opened Apr 5, 2025 by debohman
Postfix yield is pretty-printed with too many parentheses A-pretty Area: Pretty printing (including `-Z unpretty`) C-bug Category: This is a bug. F-coroutines `#![feature(coroutines)]` needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#139395 opened Apr 5, 2025 by dtolnay
ProTip! Find all open issues with in progress development work with linked:pr.