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

Issues list

ICE: offset of not-statically-aligned field .. cannot be computed statically 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.
#136175 opened Jan 28, 2025 by matthiaskrgr
Inaccurate DWARF call stacks with optimizations A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136171 opened Jan 28, 2025 by overdrivenpotato
Unexpected panic on Aarch64 C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ O-AArch64 Armv8-A or later processors in AArch64 mode T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136162 opened Jan 27, 2025 by mert-kurttutan
generic_const_items: Generic function pointer leads to ICEs during codegen A-monomorphization Area: Monomorphization 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) ❄️ requires-incomplete-features This issue requires the use of incomplete features. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136156 opened Jan 27, 2025 by fmease
Misleading error message - Returning Option<T> when Clone not implemented A-diagnostics Area: Messages for errors, warnings, and lints D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136151 opened Jan 27, 2025 by AustinHellerRepo
Associated Type Bounds on Trait Bounds on GAT produce error A-associated-items Area: Associated items (types, constants & functions) A-trait-system Area: Trait system C-bug Category: This is a bug. F-associated_type_bounds `#![feature(associated_type_bounds)]` needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#136144 opened Jan 27, 2025 by T0mstone
"expected opaque type, found ..." when trait impl with type_alias_impl_trait C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#136142 opened Jan 27, 2025 by MabaKalox
Suggested fix for "cannot find macro ... in this scope" does not compile C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#136140 opened Jan 27, 2025 by rusty-snake
Rustc crashes at compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs:2156:17 C-bug Category: This is a bug. F-min_generic_const_args `#![feature(min_generic_const_args)]` 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.
#136139 opened Jan 27, 2025 by wangbo15
Rustc crashes at compiler/rustc_middle/src/ty/instance.rs, caused by assertion left matches right failed 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.
#136138 opened Jan 27, 2025 by wangbo15
Linker error on rustc 1.86.0-nightly (f85c6de55 2025-01-26) when cross compiling to aarch64-unknown-linux-musl A-linkage Area: linking into static, shared libraries and binaries C-discussion Category: Discussion or questions that doesn't represent real issues. L-linker_messages Lint: linker_messages
#136132 opened Jan 27, 2025 by VorpalBlade
PowerPC linker warning: bss-plt forced due to {name}.o A-linkers Area: linkers... you gotta love linkers C-bug Category: This is a bug. L-linker_messages Lint: linker_messages O-linux-gnu Operating system: Linux with glibc (i.e. a bug that can't happen with musl) O-PowerPC Target: PowerPC processors T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136131 opened Jan 27, 2025 by tgross35
Tracking Issue for short backtraces in the default panic hook A-backtrace Area: Backtraces A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136129 opened Jan 27, 2025 by jyn514
8 tasks
Tracking issue for release notes of #136127: Allow *const W<dyn A> -> *const dyn A ptr cast needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes.
#136128 opened Jan 27, 2025 by rustbot
3 tasks
Heavy usage of TLS causes stack overflow A-panic Area: Panicking machinery A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136120 opened Jan 27, 2025 by errangutan
macOS deployment target defaults differ between rustc, cc-rs and clang A-linkage Area: linking into static, shared libraries and binaries C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136113 opened Jan 27, 2025 by Fulgen301
Sorting a Slice Raises an Illegal Instruction Signal C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136103 opened Jan 26, 2025 by jonathan-gruber-jg
2024 edition prelude item docs are not inlined, and cause some duplication and confusion A-edition-2024 Area: The 2024 edition C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#136102 opened Jan 26, 2025 by ehuss
Bad parse error on many token sequences A-diagnostics Area: Messages for errors, warnings, and lints A-parser Area: The parsing of Rust source code to an AST T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136100 opened Jan 26, 2025 by ionicmc-rs
Tracking Issue for enabling the linker-messages lint by default A-linkage Area: linking into static, shared libraries and binaries A-linkers Area: linkers... you gotta love linkers A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC L-linker_messages Lint: linker_messages T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136096 opened Jan 26, 2025 by jyn514
16 tasks
Bootstrap libz-sys ignores --set=target.<host>.cc A-cross Area: Cross compilation C-bug Category: This is a bug. O-netbsd Operating system: NetBSD T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#136090 opened Jan 26, 2025 by riastradh
Unable to build for aarch64-unknown-linux-musl due to linker error A-linkage Area: linking into static, shared libraries and binaries A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-discussion Category: Discussion or questions that doesn't represent real issues. L-linker_messages Lint: linker_messages T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136088 opened Jan 26, 2025 by ahqsoftwares
Suggest {to,from}_ne_bytes when people use transmute between arrays and integers 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.
#136067 opened Jan 25, 2025 by scottmcm
ICE: fast reject: kind mismatch: {type error} 3_u8 A-trait-objects Area: trait objects, vtable layout 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.
#136063 opened Jan 25, 2025 by matthiaskrgr
Confusing error message when returning impl Trait where the concrete type contains itself. 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.
#136062 opened Jan 25, 2025 by chanks
ProTip! Adding no:label will show everything without a label.