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

The structure definition of dllimport seems to lack information and is not enough to generate an undecorated lib. C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124956 opened May 10, 2024 by han1548772930
Tracking issue for invalid_reference_casting C-tracking-issue Category: A tracking issue for an RFC or an unstable feature.
#124951 opened May 10, 2024 by saethlin
1 task
It is unclear what combination of CPU features is safe. 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.
#124949 opened May 9, 2024 by umanwizard
Diagnostic says method is available for a type it is not, when using const generics 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.
#124946 opened May 9, 2024 by j-browne
Const generic param disappears after rustfmt A-const-generics Area: const generics (parameters and arguments) A-rustfmt Area: Rustfmt C-bug Category: This is a bug. requires-nightly This issue requires a nightly compiler in some way.
#124942 opened May 9, 2024 by n3d-qmp
Private fields in aliased type should not be shown 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.
#124938 opened May 9, 2024 by Urgau
macro_rules: incorrect warning "unreachable_patterns" C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124937 opened May 9, 2024 by Vernoxvernax
Wrong diagnostic: main function not found in crate A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. 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.
#124935 opened May 9, 2024 by dev-ardi
Point at binding declaration on type and trait errors 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.
#124933 opened May 9, 2024 by estebank
rustdoc: array primitive auto trait impls are not always canonical A-auto-traits Area: auto traits (`auto trait Send`) A-synthetic-impls Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#124931 opened May 9, 2024 by zachs18
Cycle detected while trying to transmute future C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124929 opened May 9, 2024 by Amulet9
Potential Compiler Optimization Issue with &Vec<Vec<T>> vs &[Vec<T>]? A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-enhancement Category: An issue proposing an enhancement or a PR with one.
#124925 opened May 9, 2024 by zhongyi51
thread::scope aborts with futex() EPERM unexpected error code. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124920 opened May 9, 2024 by Rot127
Conflicting implementation : impl<T> From<T> for T can never conflict C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124913 opened May 8, 2024 by Kayanski
out of memory C-bug Category: This is a bug. I-compilemem Issue: Problems and improvements with respect to memory usage during compilation. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. 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-from-stable-to-stable Performance or correctness regression from one stable version to another.
#124901 opened May 8, 2024 by matthiaskrgr 1.77.0
Sporadic panic compiling with low available resources 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.
#124900 opened May 8, 2024 by gtema
stack overflow in rustc_ty_utils::opaque_types::OpaqueTypeCollector as rustc_type_ir::visit::TypeVisitor<rustc_middle::ty::context::TyCtxt>>::visit_ty::{closure#0} C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. 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.
#124898 opened May 8, 2024 by matthiaskrgr
hang in parser::diagnostics::expected_one_of_not_found() 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.
#124897 opened May 8, 2024 by matthiaskrgr
ICE: coherence: SizeOf MIR operator called for unsized type dyn Trait 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) ❄️ requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#124894 opened May 8, 2024 by matthiaskrgr
ICE: opaque types got hidden types registered from within subtype predicate 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.
#124891 opened May 8, 2024 by matthiaskrgr
Check for whether index is out of bound during compilation failed unexpectedly C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124889 opened May 8, 2024 by htw-yay
Make clarifications for binary_search API 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.
#124882 opened May 8, 2024 by non-descriptive
Error : linking with cc failed: exit status: 1 in Rust needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124880 opened May 8, 2024 by VyomPatel0109
Internal Compiler Error with awaited async closure within impl Future fn poll C-bug Category: This is a bug. F-async_closure `#![feature(async_closure)]` 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.
#124867 opened May 7, 2024 by bionicles
Tracking Issue for Rust 2024: Make std::env::{set_var, remove_var} unsafe A-edition-2024 Area: The 2024 edition 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.
#124866 opened May 7, 2024 by traviscross
7 tasks
ProTip! Mix and match filters to narrow down what you’re looking for.