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

ICE: primitive read not possible for type 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.
#131347 opened Oct 7, 2024 by matthiaskrgr
ICE with core::iter::adapters::peekable + recursion + pattern matching on peek A-traits Area: Trait system 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.
#131342 opened Oct 7, 2024 by Borgerr
Adding explicit lifetimes causes compilation error needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#131336 opened Oct 6, 2024 by varqox
Wrongly suggests error E0029 in match range 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.
#131327 opened Oct 6, 2024 by daniel-pfeiffer
x fmt formats way too many files C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#131324 opened Oct 6, 2024 by saethlin
The scrollable part of the scrollbar has low contrast with the background A-rustdoc-ui Area: Rustdoc UI (generated HTML) O-windows Operating system: Windows T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#131330 opened Oct 6, 2024 by alper
Add rationale for rustc_type_ir behind allowing rustc::potential-query-instability lint C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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.
#131318 opened Oct 6, 2024 by ismailarilik
Add rationale for rustc_lint behind allowing rustc::potential-query-instability lint C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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.
#131317 opened Oct 6, 2024 by ismailarilik
Implicit returns and missing semicolons after return might cause a different drop order A-destructors Area: Destructors (`Drop`, …) C-discussion Category: Discussion or questions that doesn't represent real issues. 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.
#131313 opened Oct 6, 2024 by porky11
download_ci_llvm test failure when updating LLVM C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#131303 opened Oct 5, 2024 by nikic
Suggest to deref/reborrow to turn scrutinee into the right type for pattern 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.
#131301 opened Oct 5, 2024 by tiif
-Crelocation-model=rwpi (and possibly others) are unsound due to affecting the ABI 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 needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-AArch64 Armv8-A or later processors in AArch64 mode O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
#131300 opened Oct 5, 2024 by RalfJung
ICE: panic in a destructor during cleanup C-bug Category: This is a bug. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` 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.
#131298 opened Oct 5, 2024 by matthiaskrgr
Further restricting what coercions are allowed on places of type ! A-coercions Area: implicit and explicit `expr as Type` coercions C-discussion Category: Discussion or questions that doesn't represent real issues. F-never_type `#![feature(never_type)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-opsem Relevant to the opsem team
#131297 opened Oct 5, 2024 by compiler-errors
Bootstrap shows unexpected warning: unable to check if origin/master is old due to error C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#131296 opened Oct 5, 2024 by RalfJung
ICE: cannot convert "'a/#4" to a region vid C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` 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. 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.
#131295 opened Oct 5, 2024 by matthiaskrgr
ICE: deref projection of non-dereferenceable ty PlaceTy 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.
#131294 opened Oct 5, 2024 by matthiaskrgr
ICE: bpos.to_u32() >= mbc.pos.to_u32() + mbc.bytes as u32 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.
#131292 opened Oct 5, 2024 by matthiaskrgr
Tracking Issue for const_cell C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#131283 opened Oct 5, 2024 by RalfJung
1 of 3 tasks
Lint on as_deref from &&T to &&T or &T to &T, to catch people thinking "deref" dereferences A-diagnostics Area: Messages for errors, warnings, and lints A-lint Area: Lints (warnings about flaws in source code) such as unused_mut.
#131272 opened Oct 4, 2024 by joshtriplett
Tracking issue for release notes of #130367: Check elaborated projections from dyn don't mention unconstrained late bound lifetimes 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-types Relevant to the types team, which will review and decide on the PR/issue.
#131271 opened Oct 4, 2024 by rustbot
3 tasks
1.83.0
Tracking issue for release notes of #129392: Do not consider match/let/ref of place that evaluates to ! to diverge, disallow coercions from them too F-never_type `#![feature(never_type)]` 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-types Relevant to the types team, which will review and decide on the PR/issue.
#131270 opened Oct 4, 2024 by rustbot
3 tasks
1.83.0
Tracking issue for release notes of #130136: Partially stabilize const_pin 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.
#131266 opened Oct 4, 2024 by rustbot
3 tasks
Tracking issue for release notes of #67456: Tracking issue for const slice::from_raw_parts_mut (const_slice_from_raw_parts_mut) A-const-eval Area: Constant evaluation (MIR interpretation) A-const-fn Area: const fn foo(..) {..}. Pure functions which can be applied at compile time. A-raw-pointers Area: raw pointers, MaybeUninit, NonNull A-slice Area: `[T]` 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.
#131262 opened Oct 4, 2024 by rustbot
3 tasks
Tracking issue for release notes of #91005: Tracking Issue for str::from_utf8_unchecked_mut as a const fn 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.
#131255 opened Oct 4, 2024 by rustbot
3 tasks
ProTip! What’s not been updated in a month: updated:<2024-09-07.