Skip to content

Issues: rust-lang/rust

Beta
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: None in check_attr 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.
#140082 opened Apr 20, 2025 by matthiaskrgr
Duplicate doubly higher-ranked trait bound fails to compile C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#140071 opened Apr 20, 2025 by Veykril
please help me , build release exe starup delay 2s C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#140065 opened Apr 20, 2025 by Super1Windcloud
Rust build stops be reproducible, after adding/removing one assert C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#140061 opened Apr 20, 2025 by qarmin
inconsistent stringify! C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#140060 opened Apr 20, 2025 by loynoir
Rust inline assembly with static mutable C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#140059 opened Apr 20, 2025 by EvansJahja
ICE: name of non-Rpitit assoc item 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.
#140058 opened Apr 20, 2025 by vivax3794
Fails to optimize away trivial ownership move of Vec in high optimization levels C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#140057 opened Apr 20, 2025 by ZhonghaoPan-NJU
Tracking issue for release notes of #123239: Implement a lint for implicit autoref of raw pointer dereference - take 2 A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. 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-lang Relevant to the language team, which will review and decide on the PR/issue.
#140050 opened Apr 19, 2025 by rustbot
Tracking issue for release notes of #138961: Make closure capturing have consistent and correct behaviour around patterns 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. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#140048 opened Apr 19, 2025 by rustbot
Tracking issue for release notes of #139309: make abi_unsupported_vector_types a hard error 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. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#140046 opened Apr 19, 2025 by rustbot
Tracking issue for release notes of #139042: Do not remove trivial SwitchInt in analysis MIR 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. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#140045 opened Apr 19, 2025 by rustbot 1.88.0
Library team consensus on promoting tier 3 riscv32 ESP-IDF targets to tier 2 with std that has processes and signals support stubbed out A-targets Area: Concerning the implications of different compiler targets C-discussion Category: Discussion or questions that doesn't represent real issues. I-libs-nominated Nominated for discussion during a libs team meeting. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140042 opened Apr 19, 2025 by jieyouxu
minicore doesn't propagate -Ctarget-cpu for targets that require target-cpu being specified A-test-infra Area: test infrastructure (may span bootstrap/compiletest/more) C-bug Category: This is a bug. 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.
#140038 opened Apr 19, 2025 by jieyouxu
Convert ui tests that need specific tests/ui/.gitattributes entries into run-make tests A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140033 opened Apr 19, 2025 by jieyouxu
autodiff on generic functions fails C-bug Category: This is a bug. E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. F-autodiff `#![feature(autodiff)]`
#140032 opened Apr 19, 2025 by ZuseZ4
rustdoc: assertion failed: !name.is_empty() A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-medium Medium priority regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140026 opened Apr 19, 2025 by kpreid
regression: error[E0308]: mismatched types for is_multiple_of C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#140020 opened Apr 18, 2025 by cuviper 1.87.0
regression: error[E0284]: type annotations needed; cannot infer type in trait declaration C-bug Category: This is a bug. P-high High priority 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.
#140019 opened Apr 18, 2025 by cuviper 1.87.0
Tracking issue for release notes of #139535: Implement Default for raw pointers 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#140014 opened Apr 18, 2025 by rustbot 1.88.0
Unable to use profile-generate when cross-compiling for x86_64-pc-windows-gnu on Linux. A-cross Area: Cross compilation C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-windows-gnu Toolchain: GNU, Operating system: Windows
#140013 opened Apr 18, 2025 by Esper89
ICE: upvar: assertion failed: 1 == 2 -Wrust-2021-incompatible-closure-captures 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. 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.
#140011 opened Apr 18, 2025 by matthiaskrgr
Exponential compile time increase when nesting async closures in 1.86 C-bug Category: This is a bug. I-compiletime Issue: Problems and improvements with respect to compile times. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140004 opened Apr 18, 2025 by lazkindness
thread 'rustc' panicked at compiler\rustc_monomorphize\src\collector.rs:295:51 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.
#140001 opened Apr 18, 2025 by xmh0511
rustc confuses missing types with missing type parameters A-diagnostics Area: Messages for errors, warnings, and lints A-resolve Area: Name/path resolution done by `rustc_resolve` specifically 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.
#139999 opened Apr 18, 2025 by Wilfred
ProTip! Exclude everything labeled bug with -label:bug.