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

doesn't point out the arbitrary self type is wrong 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.
#138440 opened Mar 13, 2025 by est31
allow(unused_variables) doesn't work on struct field bindings in patterns A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-patterns Relating to patterns and pattern matching C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138428 opened Mar 12, 2025 by camsteffen
Tracking Issue for the demotion of i686-pc-windows-gnu A-targets Area: Concerning the implications of different compiler targets C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC O-windows Operating system: Windows O-windows-gnu Toolchain: GNU, Operating system: Windows O-x86_32 Target: x86 processors, 32 bit (like i686-*) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138422 opened Mar 12, 2025 by Noratrieb
1 of 4 tasks
A way to configure always using @argfile for linker invocations A-linkers Area: linkers... you gotta love linkers 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.
#138421 opened Mar 12, 2025 by weihanglo
Backport: Merged doctests unused in stable edition 2024 C-bug Category: This is a bug. regression-untriaged Untriaged performance or correctness regression. T-release Relevant to the release subteam, 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.
#138418 opened Mar 12, 2025 by notriddle
2 of 4 tasks
ICE: self.resolver.get_partial_res(*id) == None 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.
#138415 opened Mar 12, 2025 by matthiaskrgr
RPITIT with generic const constraint requires implied lifetime bounds to be explicitly specified in impls C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. 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.
#138411 opened Mar 12, 2025 by alice-emerson
Lifetime must be 'static, but why? A-borrow-checker Area: The borrow checker A-diagnostics Area: Messages for errors, warnings, and lints A-lifetimes Area: Lifetimes / regions 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.
#138408 opened Mar 12, 2025 by timokoesters
Adding a trait impl for an integer type causes existing code to break with misleading error 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.
#138402 opened Mar 12, 2025 by zslayton
Better handling of missing closing or opening delimiters, well distinct by type of delimiter 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.
#138401 opened Mar 12, 2025 by leonardo-m
Integer literal type suggestions do not account for parentheses 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.
#138392 opened Mar 12, 2025 by cyrgani
rustdoc-json: Don't include #[deprecated] in Item::attrs, as it's already in Item::deprecation A-rustdoc-json Area: Rustdoc JSON backend T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#138378 opened Mar 11, 2025 by aDotInTheVoid
Tracking issue for release notes of #138162: Update the standard library to Rust 2024 A-run-make Area: port run-make Makefiles to rmake.rs needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-windows Operating system: Windows 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138375 opened Mar 11, 2025 by rustbot
Allow emitting more enums as SSA values A-codegen Area: Code generation C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138373 opened Mar 11, 2025 by scottmcm
Confusing error "the trait bound u8: Termination is not satisfied" when duplicated function is marked as #[test] A-diagnostics Area: Messages for errors, warnings, and lints A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. D-verbose Diagnostics: Too much output caused by a single piece of incorrect code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138367 opened Mar 11, 2025 by karolzwolak
ICE: sty: None 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.
#138361 opened Mar 11, 2025 by matthiaskrgr
ICE: no field on type C-bug Category: This is a bug. F-inherent_associated_types `#![feature(inherent_associated_types)]` F-min_generic_const_args `#![feature(min_generic_const_args)]` 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.
#138359 opened Mar 11, 2025 by matthiaskrgr
#[doc(cfg(..)] does not respect check-cfg C-bug Category: This is a bug. F-doc_cfg `#![feature(doc_cfg)]` 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.
#138358 opened Mar 11, 2025 by clubby789
Tracking Issue for binary_heap::PeekMut::refresh 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.
#138355 opened Mar 11, 2025 by HeroicKatora
1 of 4 tasks
core::ptr::replace implementation is unsound since Rust 1.80 C-bug Category: This is a bug. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#138351 opened Mar 11, 2025 by orlp
Investigate why repr-128-dwarf doesn't fail in CI test jobs A-compiletest Area: The compiletest test runner A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-download-rustc Area: The `rust.download-rustc` build option. A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#138334 opened Mar 11, 2025 by jieyouxu
Should Option<u128> use a smaller (maybe usize) tag? A-layout Area: Memory layout of types needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#138332 opened Mar 11, 2025 by scottmcm
non-obvious choices in std IPv6 test creation A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138328 opened Mar 11, 2025 by workingjubilee
offset_of_slice exposes whether a custom DST has a private slice field C-bug Category: This is a bug. F-offset_of_slice `#![feature(offset_of_slice)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138327 opened Mar 11, 2025 by kpreid
mention Arc::make_mut alongside Mutex 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.
#138322 opened Mar 10, 2025 by lolbinarycat
ProTip! Exclude everything labeled bug with -label:bug.