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

(potential?) bug: AVR - Incorrect f64 handling A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. O-AVR Target: AVR processors (ATtiny, ATmega, etc.) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118079 opened Nov 20, 2023 by onkoe
Crater runs for 1.75.0 S-waiting-on-crater Status: Waiting on a crater run to be completed. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#118074 opened Nov 19, 2023 by Mark-Simulacrum 1.75.0
ICE while compiling with -Z threads=16: no ImplicitCtxt stored in tls 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. WG-compiler-parallel Working group working on parallelizing the compiler
#118070 opened Nov 19, 2023 by RecursivePineapple
seg fault when trying to build ripgrep C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118062 opened Nov 19, 2023 by dunmatt
edition suggestion UI tests fail when CARGO is set A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118058 opened Nov 19, 2023 by Nilstrieb
Add rustdoc JS search benchmark in performance checks T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#118056 opened Nov 19, 2023 by GuillaumeGomez
NetBSD/powerpc cannot find crate zerofrom::ZeroFrom C-bug Category: This is a bug. O-PowerPC Target: PowerPC processors
#118055 opened Nov 19, 2023 by he32
[loongarch*-linux] -Crelocation-model=static should not access external data directly C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-loongarch Target: LoongArch (LA32R, LA32S, LA64)
#118053 opened Nov 19, 2023 by heiher
E0121 overlapping spans / bad placeholder A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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.
#118048 opened Nov 18, 2023 by matthiaskrgr
Extreme MIR inlining + DataflowConstProp + debuginfo=2 trips LLVM assertion "Invalid constexpr bitcast!" A-mir-opt Area: MIR optimizations A-mir-opt-inlining Area: MIR inlining C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118047 opened Nov 18, 2023 by saethlin
Allow getting a mutable slice from vec::Drain C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#118043 opened Nov 18, 2023 by mamins1376
ICEs with assoc const equality where assoc const comes from supertrait C-bug Category: This is a bug. F-associated_const_equality `#![feature(associated_const_equality)]` 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.
#118040 opened Nov 18, 2023 by fmease
Internal Compiler Error during compilation of rust-libp2p with new frontend 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) ❄️ 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
#118039 opened Nov 18, 2023 by umgefahren
ice: non_lifetime_binders: bound types encountered in structurally_relate_tys C-bug Category: This is a bug. F-non_lifetime_binders 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.
#118038 opened Nov 18, 2023 by matthiaskrgr
Using ? causes rustc not to see multiple applicable impls A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118033 opened Nov 18, 2023 by Patryk27
rustdoc replaces ## with # even if it is in a code block C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#118027 opened Nov 17, 2023 by mamekoro
ICE: Alias does not have fields when compiling bevy-inspector-egui 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.
#118025 opened Nov 17, 2023 by naomijub
ice: None in region_errors A-lifetimes Area: lifetime related 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) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118021 opened Nov 17, 2023 by matthiaskrgr
Support for both packed and aligned (in repr(C) C-feature-request Category: A feature request, i.e: not implemented / a PR. 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. T-opsem Relevant to the opsem team
#118018 opened Nov 17, 2023 by koverstreet
Condvar isn't RefUnwindSafe when building on Mac C-bug Category: This is a bug. O-macos Operating system: macOS T-libs Relevant to the library team, which will review and decide on the PR/issue.
#118009 opened Nov 17, 2023 by ecton
opentelemetry tower_layer compiler panic 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) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118007 opened Nov 17, 2023 by almartino
linking with x86_64-w64-mingw32-gcc failed: exit code: 1 A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-windows-gnu Toolchain: GNU, Operating system: Windows
#118005 opened Nov 17, 2023 by KartikeyBartwal
Compiler hang on resursive trait bound when async fn in trait A-traits Area: Trait system C-bug Category: This is a bug. fixed-by-next-solver Fixed by the next-generation trait solver, `-Ztrait-solver=next` I-compilemem Problems and improvements with respect to memory usage during compilation. I-hang Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#117999 opened Nov 17, 2023 by danjl1100
Problem running a method on the output of a function that returns an associated type ("missing optimized MIR") C-bug Category: This is a bug. I-prioritize Indicates that prioritization has been requested for this issue regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#117997 opened Nov 16, 2023 by amjoshuamichael
"Expected mutable reference &mut (), found mutable reference &mut ()" A-diagnostics Area: Messages for errors, warnings, and lints A-lifetimes Area: lifetime related D-confusing Confusing diagnostic error that should be reworked T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#117995 opened Nov 16, 2023 by GrigorenkoPV
ProTip! Type g i on any issue or pull request to go back to the issue listing page.