-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
[async closure] implementation of Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
Send
is not general enough using tokio channel
C-bug
#139475
opened Apr 7, 2025 by
Banyc
Tracking issue for release notes of #138285: Stabilize 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.
repr128
A-rustdoc-json
#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 This issue may need triage. Remove it if it has been sufficiently triaged.
Pin<&mut Self>
needs-triage
#139458
opened Apr 6, 2025 by
jnbooth
Cannot coerce 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.
dyn Trait<'short> + 'long
to dyn Trait<'long> + 'long
A-lifetimes
#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.
ICE: stack overflow with 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.
-Ztyping-mode-borrowck
in inference
C-bug
#139446
opened Apr 6, 2025 by
matthiaskrgr
ICE: 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.
failed to reparse
A-macros
#139445
opened Apr 6, 2025 by
matthiaskrgr
Compiling 1.86 with 1.85 fails -found crate … compiled by an incompatible version of rustc - 1.86.0-nightly … recompile that crate using this compiler (rustc 1.85.0-nightly
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#139442
opened Apr 6, 2025 by
dilyanpalauzov
Tracking issue for string-like 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.
AsRef
coverage
C-tracking-issue
#139429
opened Apr 6, 2025 by
thaliaarchi
3 tasks
Tracking issue for release notes of #134213: Stabilize 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.
naked_functions
A-run-make
#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 Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
SliceIndex
A-diagnostics
#139424
opened Apr 5, 2025 by
thaliaarchi
Ensure we can optimize out does-nothing 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.
drop
s like array::IntoIter<NotNeedsDrop, N>
A-mir-opt
#139422
opened Apr 5, 2025 by
scottmcm
ICE: 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.
expected Binder to have 0 projections, but it has 1
C-bug
#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 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.
replace
methods
needs-triage
x.py build
prints suggestions how to use git
C-bug
#139412
opened Apr 5, 2025 by
dilyanpalauzov
ICE: next solver: 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)
errors selecting obligation during MIR typeck: [Ambiguity]
C-bug
#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
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.