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

Coherence with object types with overlapping supertrait projections is incomplete A-coherence Area: Coherence A-trait-objects Area: trait objects, vtable layout C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. 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.
#133361 opened Nov 23, 2024 by compiler-errors
Overflow while adding drop-check rules on a generic tree C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#133356 opened Nov 23, 2024 by cyypherus
rustc hangs with gordian knot of trait bounds A-traits Area: Trait system C-bug Category: This is a bug. fixed-by-next-solver Fixed by the next-generation trait solver, `-Znext-solver`. I-compiletime Issue: Problems and improvements with respect to compile times. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133354 opened Nov 23, 2024 by alex
Tracking issue for release notes of #128934: Non-exhaustive structs may be empty A-exhaustiveness-checking Relating to exhaustiveness / usefulness checking of patterns A-patterns Relating to patterns and pattern matching F-non_exhaustive `#![feature(non_exhaustive)]` 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.
#133353 opened Nov 22, 2024 by rustbot
3 tasks
1.83.0
Tracking issue for release notes of #131188: Do not copy libstd dynamic library to sysroot 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-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.
#133352 opened Nov 22, 2024 by rustbot
3 tasks
1.83.0
Tracking issue for release notes of #123197: Tracking Issue for fn const BuildHasherDefault::new() 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.
#133347 opened Nov 22, 2024 by rustbot
3 tasks
Command-line -F then -A lint-level flags behave inconsistently versus in-source #[forbid(..)] then #[allow(..)] lint-level attributes A-attributes Area: Attributes (`#[…]`, `#![…]`) A-CLI Area: Command-line interface (CLI) to the compiler A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. 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-lang Relevant to the language team, which will review and decide on the PR/issue.
#133346 opened Nov 22, 2024 by jieyouxu
invalid suggestions when the name could not be resolved in derive macro output 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.
#133344 opened Nov 22, 2024 by nagisa
Confusing error message when using re-exported struct [E0423] 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.
#133343 opened Nov 22, 2024 by PitiBouchon
AtomicUsize::from_mut has incorrect alignment requirements in docs 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.
#133342 opened Nov 22, 2024 by CatsAreFluffy
change TypingMode to use pointer tagging C-cleanup Category: PRs that clean code up or issues documenting cleanup.
#133336 opened Nov 22, 2024 by lcnr
Tracking issue for release notes of #133293: Updates Solaris target information, adds Solaris maintainer O-solaris Operating system: Solaris 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.
#133335 opened Nov 22, 2024 by rustbot
3 tasks
Tracking Issue for relnotes interest group ping group A-meta Area: Issues & PRs about the rust-lang/rust repository itself C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#133334 opened Nov 22, 2024 by jieyouxu
4 of 8 tasks
Tracking Issue for const_array_as_mut_slice C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#133333 opened Nov 22, 2024 by bjoernager
3 tasks
"macabi" is not an "ABI" in the same sense as e.g. "gnueabihf" A-targets Area: Concerning the implications of different compiler targets C-bug Category: This is a bug. O-ios Operating system: iOS O-macos Operating system: macOS T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133331 opened Nov 22, 2024 by workingjubilee
ICE: unstable fingerprints for evaluate_obligation A-incr-comp Area: Incremental compilation C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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.
#133327 opened Nov 22, 2024 by Paladynee
1 of 4 tasks
Tracking issue for release notes of #128711: impl Default for HashMap/HashSet iterators that don't already have it 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.
#133318 opened Nov 22, 2024 by rustbot
3 tasks
1.83.0
Tracking issue for release notes of #130555: Initial support for riscv32{e|em|emc}_unknown_none_elf O-riscv Target: RISC-V architecture 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.
#133317 opened Nov 21, 2024 by rustbot
1 of 3 tasks
1.83.0
if and else have incompatible types in a let statement, where else block's evaluation will never be assigned A-control-flow Area: Control flow A-diagnostics Area: Messages for errors, warnings, and lints D-confusing Diagnostics: Confusing error or lint that should be reworked. 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.
#133316 opened Nov 21, 2024 by shanebishop
Tracking issue for release notes of #128345: added support for GNU/Hurd on x86_64 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.
#133315 opened Nov 21, 2024 by rustbot
1 of 3 tasks
1.83.0
Unexpected error when resolving bounds involving associated types C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#133314 opened Nov 21, 2024 by klkvr
Tracking issue for release notes of #127021: Add target support for RTEMS Arm O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state O-unix Operating system: Unix-like 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.
#133310 opened Nov 21, 2024 by rustbot
1 of 3 tasks
1.83.0
Tracking issue for release notes of #130750: Add new Tier-3 target: loongarch64-unknown-linux-ohos 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.
#133309 opened Nov 21, 2024 by rustbot
1 of 3 tasks
1.83.0
Tracking issue for release notes of #130614: Add arm64e-apple-tvos target O-AArch64 Armv8-A or later processors in AArch64 mode O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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.
#133308 opened Nov 21, 2024 by rustbot
1 of 3 tasks
1.83.0
Tracking issue for release notes of #130549: Add RISC-V vxworks targets O-riscv Target: RISC-V architecture O-vxworks Target: when they made us, they called us Curiosity, and Spirit, and told us to tell you hello 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.
#133307 opened Nov 21, 2024 by rustbot
1 of 3 tasks
1.83.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.