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

Stabilizing panic_immediate_abort needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#115022 opened Aug 20, 2023 by mwcampbell
parallel compiler: unconditional panic Resource temporarily unavailable when limiting max memory 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. WG-compiler-parallel Working group working on parallelizing the compiler
#115021 opened Aug 20, 2023 by matthiaskrgr
ICE: debug assertions: E0191 overlapping spans A-suggestion-diagnostics Area: suggestions generated by the compiler applied by cargo fix 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. requires-debug-assertions This issue requires debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115019 opened Aug 20, 2023 by matthiaskrgr
opaque type needlessly inferred to be recursive A-impl-trait Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch. C-bug Category: This is a bug. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` T-types Relevant to the types team, which will review and decide on the PR/issue.
#115017 opened Aug 20, 2023 by aliemjay
Consistent messaging for "addresses aren't real when compiling" A-const-eval Area: constant evaluation (mir interpretation) A-diagnostics Area: Messages for errors, warnings, and lints A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#115016 opened Aug 20, 2023 by workingjubilee
Error code E0521 "escapes the closure body" is unclear and arguably unhelpful. 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.
#115015 opened Aug 20, 2023 by dcechano
missing_copy_implementations shouldn't warn for unions 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.
#115014 opened Aug 20, 2023 by asomers
non-defining opaque type use: bogus "generic lifetime used twice" C-bug Category: This is a bug. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115013 opened Aug 20, 2023 by aliemjay
Tracking Issue for ELIDED_LIFETIMES_IN_ASSOCIATED_CONSTANT future-compat lint C-tracking-issue Category: A tracking issue for an RFC or an unstable feature.
#115010 opened Aug 19, 2023 by compiler-errors
3 tasks
Add information about cargo-pgo to the Profile-Guided Optimization documentation A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114995 opened Aug 19, 2023 by zamazan4ik
Function pointer signature containing &mut T should work in const context A-const-eval Area: constant evaluation (mir interpretation) C-bug Category: This is a bug.
#114994 opened Aug 19, 2023 by nayeemrmn
FCP process: Require 2/3 majority for FCP disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. 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. T-opsem Relevant to the opsem team T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#114986 opened Aug 19, 2023 by RalfJung
Unsizing boxed self doesn't work C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114975 opened Aug 18, 2023 by clarfonthey
Failed to extract DefId: opt_local_def_id_to_hir_id on sqlx-postgres crate 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.
#114970 opened Aug 18, 2023 by Flowneee
QNX: spawning a thread with a long name panics when libstd's debug assertions are enabled C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114966 opened Aug 18, 2023 by japaric
unrecognized platform-specific intrinsic function: simd_shuffle2 needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114963 opened Aug 18, 2023 by XQianCode
Failed to link against LLVM libunwind when running library/std tests with llvm-libunwind = 'in-tree' C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#114961 opened Aug 18, 2023 by fourstring
Very confusing error message when panicking during a panic C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114954 opened Aug 18, 2023 by SUPERCILEX
cfg(doc) is not respected on cross-crate re-export A-cross-crate-reexports Area: Documentation that has been re-exported from a different crate C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#114952 opened Aug 17, 2023 by notriddle
Possible data race & use-after-free in std::env::var for unix implementation A-process Area: std::process and std::env C-bug Category: This is a bug. E-needs-test Call for participation: writing correctness tests O-unix Operating system: Unix-like T-libs Relevant to the library team, which will review and decide on the PR/issue.
#114949 opened Aug 17, 2023 by Nekrolm
async fn lifetime eliding satisfies HRTB where explicit does not C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114947 opened Aug 17, 2023 by Wolvereness
Imperfect vtable layout with an empty super trait comming after non-empty one A-trait-objects Area: trait objects, vtable layout C-enhancement Category: An issue proposing an enhancement or a PR with one. F-trait_upcasting `#![feature(trait_upcasting)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#114942 opened Aug 17, 2023 by WaffleLapkin
Source installation tries to install LLVM sources even if system LLVM used needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#114940 opened Aug 17, 2023 by o01eg
Incorrect Behavior in Updating Cell Value A-const-eval Area: constant evaluation (mir interpretation) A-diagnostics Area: Messages for errors, warnings, and lints A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug.
#114939 opened Aug 17, 2023 by theshaurya
Soundness regression with for<'lt> closure having an implied bound from return type C-bug Category: This is a bug. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness P-high High priority 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.
#114936 opened Aug 17, 2023 by danielhenrymantilla
ProTip! no:milestone will show everything without a milestone.