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

hang in parser::diagnostics::expected_one_of_not_found() C-bug Category: This is a bug. E-needs-bisection Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc 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) ❄️ 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.
#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
Add lint on reference-to-pointer transmutes A-diagnostics Area: Messages for errors, warnings, and lints A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. 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.
#124865 opened May 7, 2024 by scottmcm
False positive in keyword_idents_2024 A-edition-2024 Area: The 2024 edition A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. C-future-compatibility Category: Future-compatibility lints D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. F-gen_blocks `gen {}` expressions that produce `Iterator`s
#124862 opened May 7, 2024 by jhpratt
flag to dump proc-macro's generated tokenstream to file for debugging needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124860 opened May 7, 2024 by programmerjake
ICE: coherence: tried to combine ConstKind::Infer/ConstKind::Infer(InferConst::Var) C-bug Category: This is a bug. F-const_trait_impl `#![feature(const_trait_impl)]` F-effects `#![feature(effects)]` 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-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
#124857 opened May 7, 2024 by matthiaskrgr
Tracking Issue for Rust 2024: Rustdoc tests in one binary A-edition-2024 Area: The 2024 edition C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#124853 opened May 7, 2024 by traviscross
7 tasks
Cargo check also checks path depencies C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124851 opened May 7, 2024 by vringar
ICE: should be sized but is not? 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.
#124848 opened May 7, 2024 by matthiaskrgr
ICE: coherence: did not expect selection error when collecting ambiguity errors C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example 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-trait-system-refactor The Rustc Trait System Refactor Initiative
#124845 opened May 7, 2024 by matthiaskrgr
Documentation differ when Rust is build on i386 Solaris vs SPARC Solaris 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. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#124843 opened May 7, 2024 by psumbera
Trivial program depending on the "boring" crate fails to link with current stable Rust (1.78) on Windows C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124839 opened May 7, 2024 by shahn
Strange Compiler Bug 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.
#124835 opened May 7, 2024 by BastianAsmussen
ICE: coherence: did not expect successful goal when collecting ambiguity errors C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example 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-trait-system-refactor The Rustc Trait System Refactor Initiative
#124834 opened May 7, 2024 by matthiaskrgr
ICE : Region parameter out of range when instantiating in region C-bug Category: This is a bug. F-generic_const_items `#![feature(generic_const_items)]` 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.
#124833 opened May 7, 2024 by Naserume
Documentation: sorting impls for structs: first crate's own impls, then std impls C-feature-request Category: A feature request, i.e: not implemented / a PR. 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.
#124826 opened May 6, 2024 by rodrigocfd
android: stdlib stack overflow handlers are not installed C-bug Category: This is a bug. O-android Operating system: Android T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124823 opened May 6, 2024 by maurer
Incorrect span label when non-() else-less if is tail expression in -> () function A-diagnostics Area: Messages for errors, warnings, and lints D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. D-papercut Diagnostics: An error or lint that needs small tweaks. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124819 opened May 6, 2024 by estebank
None-delimited group from proc macro fails to disambiguate type (macro_rules invisible type syntax magic?) needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#124817 opened May 6, 2024 by ijackson
ProTip! Follow long discussions with comments:>50.