Skip to content

Issues: rust-lang/rust

Draft release notes for 1.88.0
#141598 opened May 26, 2025 by Mark-Simulacrum
Open 10
Beta
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
Assigned to nobody Loading
Sort

Issues list

Tracking issue for release notes of #141224: terminology: allocated object → allocation 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.
#141820 opened May 31, 2025 by rustbot
Tracking issue for release notes of #141072: Stabilize feature result_flattening 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.
#141816 opened May 31, 2025 by rustbot
Please stop using GITHUB_ACTION to change the behaviour of the build system C-discussion Category: Discussion or questions that doesn't represent real issues. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#141813 opened May 31, 2025 by lu-zero
"Consider borrowing here" on else if statements unhelpful 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.
#141810 opened May 31, 2025 by JonathanBrouwer
Blanket impl of super trait with method returning associated type: "incompatible type for trait" C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#141807 opened May 31, 2025 by TimNN
ICE:called Result::unwrap() on an Err value: NoSolution 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. 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.
#141806 opened May 31, 2025 by sososopy
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.
#141804 opened May 31, 2025 by cushionbadak
#[must_use] fires when generic type is unit type C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#141802 opened May 31, 2025 by wmmc88
ICE on feature generic_const_exprs when trying to create comp time arrays 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.
#141801 opened May 30, 2025 by VirgileHenry
windows: consider skipping WSACleanup on exit C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#141799 opened May 30, 2025 by jstarks
Linking against musl libc causes linker error undefined symbol: posix_spawn_file_actions_addchdir_np C-bug Category: This is a bug. 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. regression-untriaged Untriaged performance or correctness regression.
#141795 opened May 30, 2025 by NuLL3rr0r
Type mismatch when generics involved, works with new solver C-bug Category: This is a bug. fixed-by-next-solver Fixed by the next-generation trait solver, `-Znext-solver`. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#141792 opened May 30, 2025 by dodomorandi
Type inference error involving inference from a break; reports an incorrect line number in the diagnostic 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.
#141788 opened May 30, 2025 by gbbosak
Tracking issue for release notes of #138677: Add a new mismatched-lifetime-syntaxes lint A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. L-mismatched_lifetime_syntaxes Lint: mismatched_lifetime_syntaxes 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.
#141787 opened May 30, 2025 by rustbot
Tracking issue for release notes of #133724: Tracking Issue for breakpoint feature (core::arch::breakpoint) 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.
#141786 opened May 30, 2025 by rustbot
False positive unused_extern_crates A-diagnostics Area: Messages for errors, warnings, and lints A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. L-unused_extern_crates Lint: unused_extern_crates T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141785 opened May 30, 2025 by matthiaskrgr
False positive unused_lifetime A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. L-unused_lifetimes Lint: unused_lifetimes T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141784 opened May 30, 2025 by matthiaskrgr
False positive unused_braces A-diagnostics Area: Messages for errors, warnings, and lints A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. L-false-positive Lint: False positive (should not have fired). L-unused_braces Lint: unused_braces T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141783 opened May 30, 2025 by matthiaskrgr
llvm.download-ci-llvm cannot be set to true C-discussion Category: Discussion or questions that doesn't represent real issues. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#141782 opened May 30, 2025 by smallprogram
Tracking issue for release notes of #134813: Tracking Issue for keylocker_x86 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.
#141780 opened May 30, 2025 by rustbot
TAIT: item does not constrain after diverging expression C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#141779 opened May 30, 2025 by narpfel
Tracking issue for release notes of #126624: Tracking Issue for sha512_sm_x86 A-SIMD Area: SIMD (Single Instruction Multiple Data) A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. 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.
#141778 opened May 30, 2025 by rustbot
ICE: expected type for ... but found ... when instantiating C-bug Category: This is a bug. F-min_generic_const_args `#![feature(min_generic_const_args)]` 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.
#141776 opened May 30, 2025 by cushionbadak
ICE: index out of bounds in rustc_middle/src/ty/generics.rs C-bug Category: This is a bug. F-min_generic_const_args `#![feature(min_generic_const_args)]` 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.
#141775 opened May 30, 2025 by cushionbadak
stack overflow in trait selection C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141772 opened May 30, 2025 by matthiaskrgr
ProTip! no:milestone will show everything without a milestone.