-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
1.87 build fails with LLVM 19
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#141353
opened May 21, 2025 by
bbhtt
Diagnostic assumes that braced unresolved identifiers are formatting arguments
A-diagnostics
Area: Messages for errors, warnings, and lints
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
D-papercut
Diagnostics: An error or lint that needs small tweaks.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#141350
opened May 21, 2025 by
fmease
Debugger step-over runs backward
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#141344
opened May 21, 2025 by
vlad20012
Possible regression for ui/match/issue-114691.rs
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#141340
opened May 21, 2025 by
lewis1revill
Tracking issue for the Area: Attributes (`#[…]`, `#![…]`)
A-codegen
Area: Code generation
A-linkage
Area: linking into static, shared libraries and binaries
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
define_in_every_cgu_used
feature
A-attributes
#141339
opened May 21, 2025 by
jbatez
5 tasks
type inference failure confusing diagnostic let Some(x) = None for [u8]
A-diagnostics
Area: Messages for errors, warnings, and lints
A-inference
Area: Type inference
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#141336
opened May 21, 2025 by
midnightveil
Unexpected type inference failure when comparing Vec::<T>::new() to an empty array []
A-inference
Area: Type inference
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#141329
opened May 21, 2025 by
623637646
async drop cause ICE with broken MIR in Item
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
F-async_drop
`#![feature(async_drop)]`
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.
#141327
opened May 21, 2025 by
Sherlock-Holo
Next solver: ICE: Didn't expect to assemble trait candidate from […] NestedNormalizationGoals
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#141322
opened May 21, 2025 by
Josh194
GVN misunderstands aliasing, can create overlapping assignments (again)
A-mir-opt
Area: MIR optimizations
A-mir-opt-GVN
Area: MIR opt Global Value Numbering (GVN)
A-rustlantis
A miscompilation found by Rustlantis
C-bug
Category: This is a bug.
I-miscompile
Issue: Correct Rust code lowers to incorrect machine code
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#141313
opened May 20, 2025 by
saethlin
When LTO is enabled, miscompiles (x86_64-apple-darwin, at least) and failures to link due to unknown relocation type in switch tables (AArch64 Linux/Android, at least)
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
P-critical
Critical priority
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#141306
opened May 20, 2025 by
briansmith
compiler panic - name of non-Rpitit assoc item
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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.
#141304
opened May 20, 2025 by
TeamDman
Compiler unexpectedly paniced - Ark curves
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.
#141302
opened May 20, 2025 by
Sydnie-Shea
doc_auto_cfg
no longer applies a cfg badge to certain inlined cross-crate re-exported items with a #[cfg]
A-cfg
#141301
opened May 20, 2025 by
epage
sys::thread_local::key::tests::destructors
fails under x86 Windows 7
A-atomic
#141300
opened May 20, 2025 by
PaulDance
Tracking Issue for Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-unimplemented
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std::os::unix::process::CommandExt::chroot
C-tracking-issue
#141298
opened May 20, 2025 by
joshtriplett
1 of 4 tasks
Slow and memory-intensive compilation with debug symbols
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
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.
#141297
opened May 20, 2025 by
speshuric
ICE: Category: This is a bug.
F-unsafe_binders
`#![feature(unsafe_binders)]`
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.
late-bound type parameter not allowed on function pointer types
C-bug
#141293
opened May 20, 2025 by
matthiaskrgr
1.87 Regression: s390x-unknown-linux-gnu release build gets stuck
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-SystemZ
Target: SystemZ processors (s390x)
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#141287
opened May 20, 2025 by
konstin
Diverging expression not detected inside a Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
while
condition
C-bug
#141274
opened May 20, 2025 by
theemathas
Opaque Future Type crashed compiler :) Called Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-needs-info
Status: The issue lacks details necessary to triage or act on it.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Option::unwrap()
on a None
value
C-bug
#141268
opened May 20, 2025 by
Token-Thinker
ICE: 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.
path resolved multiple times
C-bug
#141265
opened May 19, 2025 by
matthiaskrgr
&raw const some_union.field
erroneously requires unsafe
C-discussion
#141264
opened May 19, 2025 by
kupiakos
unexpected behaviour for Vec<u8> index access in certain situation
S-needs-info
Status: The issue lacks details necessary to triage or act on it.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
#141263
opened May 19, 2025 by
Rajakenhd
Identify which tuple item fails to implement a trait when using fake variadics
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.
#141258
opened May 19, 2025 by
alice-i-cecile
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.