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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Weirdly placed derive attributes undesiredly accepted A-proc-macros Area: Procedural macros C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#119116 opened Dec 19, 2023 by ijackson
Wrong / Misleading error message regarding Clone A-diagnostics Area: Messages for errors, warnings, and lints 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.
#119114 opened Dec 19, 2023 by Thomblin
std::process::Command does not work properly with less privileged children accessing stdin/stdout/stderr file descriptors C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#119113 opened Dec 19, 2023 by TaaviE
Linking native code with the crate-type "staticlib" causes link failures with internal Windows APIs on Windows C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-untriaged Untriaged performance or correctness regression.
#119109 opened Dec 19, 2023 by TrebuchKill
rustc paniced 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.
#119104 opened Dec 19, 2023 by pfwang80s
Error caused by compiler flag -Zself-profile-events=default,args 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.
#119103 opened Dec 19, 2023 by kapilsinha
ICE with "failed to resolve instance for <... as IntoFuture>::into_future: Ok(None)" (regression between 1.73 and 1.74) A-async-await Area: Async & Await C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-prioritize 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-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#119095 opened Dec 18, 2023 by 42triangles
Linker error "invalid library format; library ignored" only for debug builds on Windows A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-windows Operating system: Windows
#119092 opened Dec 18, 2023 by Jianqoq
Unavailable variables under the Visual Studio Debugger at the function end needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#119090 opened Dec 18, 2023 by xTachyon
ice: cannot convert ReLateParam to a region vid 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.
#119085 opened Dec 18, 2023 by matthiaskrgr
Compilation failure in the CI system (Windows) A-incr-comp Area: Incremental compilation 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.
#119079 opened Dec 18, 2023 by anubias
CGU reuse tracking used by incr. comp. testing is inaccurate wrt ThinLTO CGU reuse A-incr-comp Area: Incremental compilation A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#119076 opened Dec 18, 2023 by michaelwoerister
ICE: privacy: assertion failed: AssocFn == Closure 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.
#119073 opened Dec 18, 2023 by matthiaskrgr
non_lifetime_binders falsely recognizes (and rejects) trait as lifetime A-diagnostics Area: Messages for errors, warnings, and lints F-non_lifetime_binders T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#119067 opened Dec 18, 2023 by LastExceed
ICE: Expected type for ... but found Lifetime(ReErased) when substituting A-mir-opt-inlining Area: MIR inlining C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example 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.
#119064 opened Dec 18, 2023 by saethlin
Consider disallowing let-else expression from ending in }, as the RFC said C-bug Category: This is a bug. F-let-else Issues related to let-else statements (RFC 3137) I-lang-nominated Indicates that an issue has been nominated for discussion during a lang team meeting. 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.
#119057 opened Dec 17, 2023 by dtolnay
Missed niche optimization A-layout Area: Memory layout of types 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.
#119055 opened Dec 17, 2023 by Jules-Bertholet
rustdoc output on nightly uses bold text in Safari A-rustdoc-ui Area: rustdoc UI (generated HTML) C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#119050 opened Dec 17, 2023 by jwodder
ICE: forcing query with already existing DepNode C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-unactionable Status: Needs more information before it can be acted upon T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#119046 opened Dec 17, 2023 by LambdaAlpha
Compiler can't unify arg-position impl Trait into an HRTB A-impl-trait Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch. A-traits Area: Trait system needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-types Relevant to the types team, which will review and decide on the PR/issue.
#119045 opened Dec 17, 2023 by Patryk27
Can't install for low end machines C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows Operating system: Windows
#119038 opened Dec 17, 2023 by s0mt0chukwu
rustdoc: Don't expand type aliases in inherent impls A-rustdoc-ui Area: rustdoc UI (generated HTML) C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#119036 opened Dec 17, 2023 by eggyal
Undefined floating point symbols on aarch64-unknown-uefi and i686-unknown-uefi A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-AArch64 Armv8-A or later processors in AArch64 mode O-UEFI UEFI T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#119019 opened Dec 16, 2023 by radioactiveray
rustdoc: Methods on type aliases are not documented if the target type is not publicly reachable C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#119015 opened Dec 16, 2023 by sgued
Unnecesary discriminant checks in PartialEq/PartialOrd style code on enums A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. I-slow Problems and improvements with respect to performance of generated code.
#119014 opened Dec 16, 2023 by Kmeakin
ProTip! Adding no:label will show everything without a label.