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

Tracking Issue for #138068: Add Result::map_or_default and Option::map_or_default 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.
#138099 opened Mar 6, 2025 by fpervaiz
3 tasks
Tracking issue for release notes of #131415: Tracking Issue for const_copy_from_slice 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.
#138097 opened Mar 6, 2025 by rustbot
Tracking issue for release notes of #131714: Tracking Issue for const_sockaddr_setters 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.
#138096 opened Mar 6, 2025 by rustbot
Tracking issue for release notes of #132241: Tracking Issue for const_char_classify 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.
#138095 opened Mar 6, 2025 by rustbot
rustc_driver fails to link on x86_64-pc-windows-msvc A-linkers Area: linkers... you gotta love linkers C-bug Category: This is a bug. O-windows-msvc Toolchain: MSVC, Operating system: Windows T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#138091 opened Mar 6, 2025 by moxian
ICE: expected region but found Type C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` 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.
#138089 opened Mar 6, 2025 by matthiaskrgr
ICE: assertion failed: !parent_args.is_empty() 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) ❄️ 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.
#138088 opened Mar 6, 2025 by matthiaskrgr
run-make: we should document cargo()'s caveats A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#138070 opened Mar 5, 2025 by jieyouxu
unused_assignments lint has trouble tracking that one match guard observes assignment from another match guard. 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. L-false-positive Lint: False positive (should not have fired). L-unused_assignments Lint: unused_assignments T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138069 opened Mar 5, 2025 by pnkfelix
[rustdoc search] sort stable items above unstable ones A-rustdoc-search Area: Rustdoc's search feature needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#138067 opened Mar 5, 2025 by lolbinarycat
Miri build preventing landing changes which require both lib and compiler work C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#138065 opened Mar 5, 2025 by adetaylor
Type inference fails when using associated type in traits C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#138057 opened Mar 5, 2025 by StealthyKamereon
Incorrect Type Alias picked in Compilation Error Message 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.
#138055 opened Mar 5, 2025 by mmohit-bc
unreachable pub item from portable-simd with target_feature = "avx512f" A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-bug Category: This is a bug. PG-portable-simd Project group: Portable SIMD (https://github.com/rust-lang/project-portable-simd) T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138054 opened Mar 5, 2025 by 12101111
Tracking Issue for Aarch64 neon FEAT_LUT C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC
#138050 opened Mar 5, 2025 by Jamesbarford
3 tasks
ICE when using a constant as a pattern 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.
#138048 opened Mar 5, 2025 by MoSal
ICE when compiling SOLID A-targets Area: Concerning the implications of different compiler targets C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ O-solid Operating System: SOLID T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138047 opened Mar 5, 2025 by thaliaarchi
Bootstrap does not set cfg(bootstrap) for build scripts C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#138032 opened Mar 5, 2025 by tgross35
Another compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs:23:54 unwrap on None; also there was a panic while trying to force a dep node 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.
#138029 opened Mar 5, 2025 by carols10cents
Cross-compiled asm output has invalid mixed-slash paths A-cross Area: Cross compilation A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) C-bug Category: This is a bug. 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.
#138012 opened Mar 4, 2025 by evmar
ICE: mid > len C-bug Category: This is a bug. F-lazy_type_alias `#![feature(lazy_type_alias)]` F-where_clause_attrs `#![feature(where_clause_attrs)]` 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.
#138010 opened Mar 4, 2025 by matthiaskrgr
ICE: layout_of: unexpected const: {const error} 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) ❄️ 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.
#138009 opened Mar 4, 2025 by matthiaskrgr
ICE: fn_abi_of_instance(foo, []) failed: Layout(Unknown(Foo)) 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.
#138008 opened Mar 4, 2025 by matthiaskrgr
Investigate cross-compile dist tool flow incorrectly building {host,build} compilers C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#138004 opened Mar 4, 2025 by jieyouxu
Privately uninhabited types can affect how pattern matches are borrow-checked A-borrow-checker Area: The borrow checker C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137999 opened Mar 4, 2025 by meithecatte
ProTip! Exclude everything labeled bug with -label:bug.