BetaGive feedback
Issues
Search results
NestedMetaItemwould be better named asMetaItemInnerCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.Status: Open.#131087 In rust-lang/rust;&&selfsuggestion from compilerArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.Status: Open.#131084 In rust-lang/rust;Deriving
CloneandCopytwice generates bad diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.Status: Open.#131083 In rust-lang/rust;Box sometimes forgets to drop its allocator when the Box is conditionally initialized.
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.htmlArea: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.htmlArea: Our favorite opsem complicationArea: Our favorite opsem complicationCategory: This is a bug.Category: This is a bug.Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.Status: Open.#131082 In rust-lang/rust;LLVM 20 changes SPARC alignments, breaking some tests
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.This issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.Status: Open.#131074 In rust-lang/rust;For an unstable but const-stable function, rustdoc should not show the "const: <version>" part
Area: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)Relevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.Status: Open.#131073 In rust-lang/rust;Miscompilation with release profile, fat lto and target aarch64-linux-android
Category: This is a bug.Category: This is a bug.This issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.Status: Open.#131071 In rust-lang/rust;ICE:
assertion failed: matches!(scalar, Scalar::Int(..))Area: MIR optimizationsArea: MIR optimizationsCategory: This is a bug.Category: This is a bug.Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.This issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.This issue requires a build of rustc or tooling with debug-assertions in some wayThis issue requires a build of rustc or tooling with debug-assertions in some wayStatus: Open.#131064 In rust-lang/rust;Fixing stage1 cargo rebuilds by removing
RUSTFLAGS=-Zon-broken-pipe=killmight break some cargo tool testing workflow related to pipingArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcCategory: This is a bug.Category: This is a bug.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Status: Open.#131059 In rust-lang/rust;The (stable)
neonaarch64 target feature is unsound: it changes the float ABIArea: Concerning the application binary interface (ABI)Area: Concerning the application binary interface (ABI)Area: Enabling/disabling target features like AVX, Neon, etc.Area: Enabling/disabling target features like AVX, Neon, etc.Category: This is a bug.Category: This is a bug.Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/SoundnessIssue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/SoundnessHigh priorityHigh priorityRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.This issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.Status: Open.#131058 In rust-lang/rust;cfg!(unsafe(foo))and--check-cfg=unsafe(cfg(foo))are erroneously accepted on betaCategory: This is a bug.Category: This is a bug.Issue: Indicates that prioritization has been requested for this issue.Issue: Indicates that prioritization has been requested for this issue.Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.Performance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.Status: Open.#131055 In rust-lang/rust;ICE with integration test and
generic_const_exprsinteractionCategory: This is a bug.Category: This is a bug.Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example`#![feature(generic_const_exprs)]``#![feature(generic_const_exprs)]`Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.This issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.Status: Open.#131054 In rust-lang/rust;