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 while trying to field project out of opaque value by utilizing type ascription A-impl-trait Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch. C-bug Category: This is a bug. F-type_ascription `#![feature(type_ascription)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-low Low priority 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.
#134838 opened Dec 28, 2024 by fmease
Const Bound crashing the compiler in workspace context 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.
#134836 opened Dec 28, 2024 by conorpo
Unexpected static lifetime requirement for nested boxed closures with generic parameters C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#134835 opened Dec 27, 2024 by marmeladema
error: cannot satisfy dependencies so ... only shows up once when linking rustc_driver since #122362 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.
#134825 opened Dec 27, 2024 by tamird
Tracking Issue for int_from_ascii C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134821 opened Dec 27, 2024 by niklasf
2 of 5 tasks
c++ code frequency dlclose/dlopen *.so compiled by rust cause crash A-dynamic-library Area: Dynamic/Shared Libraries A-linkage Area: linking into static, shared libraries and binaries C-discussion Category: Discussion or questions that doesn't represent real issues. 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.
#134820 opened Dec 27, 2024 by Rust401
APIs don't just depend on function signatures A-crate-compat Area: Impacting SemVer compatibility of crates in the ecosystem C-bug Category: This is a bug. 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.
#134818 opened Dec 27, 2024 by swooster
typing for async function pointer to generic function 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.
#134817 opened Dec 27, 2024 by heiseish
Tracking Issue for keylocker_x86 C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134813 opened Dec 27, 2024 by sayantn
4 tasks
Cannot cross-compile rust while providing pre-built LLVM A-cross Area: Cross compilation C-bug Category: This is a bug. O-NixOS Operating system: NixOS, https://nixos.org/ T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134811 opened Dec 27, 2024 by rhelmot
Warn on Fullwidth Exclamation Mark (U+FF01) in comment A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-Unicode Area: Unicode T-compiler Relevant to the compiler 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.
#134810 opened Dec 27, 2024 by dtolnay
strange borrowing suggestion A-borrow-checker Area: The borrow checker 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.
#134805 opened Dec 26, 2024 by est31
Tracking issue for release notes of #133073: --nocapture doesn't follow common CLI conventions, making it a stumbling block to people debugging failures A-libtest Area: `#[test]` / the `test` library 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. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#134801 opened Dec 26, 2024 by rustbot
3 tasks
Target feature implications for negative features are handled inconsistently between codegen and cfg(target_feature) A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134792 opened Dec 26, 2024 by RalfJung
ICE: AFIT with shadowed lifetime parameter: Cannot convert to region vid 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.
#134780 opened Dec 26, 2024 by IreneKnapp
Terse parse error on ident @ pat in destructuring assignment A-diagnostics Area: Messages for errors, warnings, and lints A-parser Area: The parsing of Rust source code to an AST A-patterns Relating to patterns and pattern matching 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.
#134778 opened Dec 26, 2024 by workingjubilee
rustdoc: ICE: Cannot turn UnevaluatedConst into AliasTy when synthesizing auto trait impls A-auto-traits Area: auto traits (e.g., `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. F-associated_const_equality `#![feature(associated_const_equality)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-nightly This issue requires a nightly compiler in some way. S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134775 opened Dec 26, 2024 by sigurd4
1 of 4 tasks
Tracking issue for release notes of #131729: Make the test cfg a userspace check-cfg F-check-cfg --check-cfg 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134773 opened Dec 25, 2024 by rustbot
1 of 3 tasks
ICE has escaping bound vars, so it cannot be wrapped in a dummy binder. 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) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134764 opened Dec 25, 2024 by matthiaskrgr
statics are null on x86_64-unknown-linux-none C-bug Category: This is a bug. O-linux-none Operating system: Linux, with the libcless linux-none target T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134763 opened Dec 25, 2024 by m-mueller678
Compile Error on AVR atmega328p with global_asm! in lib.rs needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-AVR Target: AVR processors (ATtiny, ATmega, etc.)
#134758 opened Dec 25, 2024 by xjnxjnxjn
forbid-output is inconsisently named versus error-pattern and normalize-stderr-test and friends A-compiletest Area: The compiletest test runner C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134753 opened Dec 25, 2024 by jieyouxu
Tracking issue for release notes of #134751: Enable LSX feature for LoongArch OpenHarmony target O-loongarch Target: LoongArch (LA32R, LA32S, LA64) 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134752 opened Dec 25, 2024 by rustbot
1 of 3 tasks
1.85.0
Tracking issue for stabilizing the #[coverage(..)] attribute A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC
#134749 opened Dec 25, 2024 by Zalathar
6 tasks
Missing unreachable code/arm warning, when a match guard is diverging A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-unreachable_code Lint: unreachable_code T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134734 opened Dec 24, 2024 by WaffleLapkin
ProTip! Follow long discussions with comments:>50.