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

Issues list

ICE when compiling 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.
#126189 opened Jun 9, 2024 by Voker57
ICE: wfchk: type parameter .. out of range when instantiating, args=[{const error} 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.
#126182 opened Jun 9, 2024 by matthiaskrgr
ICE after renaming trait on nightly 1.80 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.
#126181 opened Jun 9, 2024 by tower120
//@ needs-matching-clang is misleading A-compiletest Area: the compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#126180 opened Jun 9, 2024 by Zalathar
Implementing Copy can be a breaking change A-borrow-checker Area: The borrow checker A-lifetimes Area: lifetime related A-traits Area: Trait system C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-types Relevant to the types team, which will review and decide on the PR/issue.
#126179 opened Jun 9, 2024 by Jules-Bertholet
dead_code lint wrongly warns about public repr(C) structs with private fields but no constructors A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-dead_code Lint: dead_code T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126169 opened Jun 8, 2024 by asomers
bootstrap: x.py test specified test order not honored C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#126165 opened Jun 8, 2024 by matthiaskrgr
CI: tidy errors are hidden by verbose Python dependency resolution logging A-ci Area: Our Github Actions CI C-enhancement Category: An issue proposing an enhancement or a PR with one. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#126164 opened Jun 8, 2024 by RalfJung
Bootstrap unit tests always require cmake C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#126156 opened Jun 8, 2024 by Nilstrieb
Tracking Issue for offset_of_slice C-tracking-issue Category: A tracking issue for an RFC or an unstable feature.
#126151 opened Jun 8, 2024 by RalfJung
4 tasks
ICE: Failed to normalize std::ops::ControlFlow<Alias(Projection, AliasTy 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.
#126148 opened Jun 8, 2024 by matthiaskrgr
ICE: None in compiler/rustc_middle/src/ty/sty.rs C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-low Low priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126147 opened Jun 8, 2024 by matthiaskrgr
Deallocating large BTreeMap takes very long time I-slow Issue: Problems and improvements with respect to performance of generated code. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#126145 opened Jun 8, 2024 by nagisakuya
Overriding LTO option in global config.toml release profile causes bootstrap failure A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-lto Area: Link Time Optimization O-windows-msvc Toolchain: MSVC, Operating system: Windows T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#126141 opened Jun 7, 2024 by RossSmyth
"Binding is possibly uninitalized" reports some additional spans incorrectly in addition to the correct one A-control-flow Area: Relating to control flow A-diagnostics Area: Messages for errors, warnings, and lints 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.
#126133 opened Jun 7, 2024 by Arnavion
When looking for alternative places for method not found, look at parent expresions for it A-diagnostics Area: Messages for errors, warnings, and lints A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix`. D-papercut Diagnostics: An error or lint that needs small tweaks. D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. P-low Low priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126131 opened Jun 7, 2024 by estebank
Relating different kinds: '?1 Bar 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.
#126129 opened Jun 7, 2024 by HubertK05
ICE / Unexpected initial operand type A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) 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.
#126123 opened Jun 7, 2024 by matthiaskrgr
False negative lint for unused_imports A-diagnostics Area: Messages for errors, warnings, and lints A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. L-unused_imports Lint: unused_imports T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126122 opened Jun 7, 2024 by bvanjoi
Regression in nightly-2024-05-27 I-prioritize Issue: Indicates that prioritization has been requested for this issue. 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.
#126117 opened Jun 7, 2024 by JonathanBrouwer
const expression produces infinite compilation C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` fixed-by-next-solver Fixed by the next-generation trait solver, `-Znext-solver`. I-hang Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc. requires-incomplete-features T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126106 opened Jun 7, 2024 by thomasyonug
Debuginfo tests don't control for ambient tools A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) WG-debugging Working group: Bad Rust debugging experiences
#126092 opened Jun 6, 2024 by workingjubilee
Contradiction in documentation about alignment of AtomicBool A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#126084 opened Jun 6, 2024 by FeldrinH
async (Tokio), index-out-of-bounds, 1.80.0-nightly (72fdf913c 2024-06-05) A-crates Area: Crates and their interactions (like crate loading) C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example 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.
#126083 opened Jun 6, 2024 by ethanmsl
Associated types in object-safe method signatures don't always come from supertraits A-trait-objects Area: trait objects, vtable layout C-bug Category: This is a bug. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness T-types Relevant to the types team, which will review and decide on the PR/issue.
#126079 opened Jun 6, 2024 by compiler-errors
ProTip! Find all open issues with in progress development work with linked:pr.