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

order of type and const generics is different in diagnostics 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.
#135737 opened Jan 19, 2025 by lolbinarycat
ICE could not unify ! with revealed type A-impl-trait Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch. C-bug Category: This is a bug. fixed-by-next-solver Fixed by the next-generation trait solver, `-Znext-solver`. 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.
#135730 opened Jan 19, 2025 by matthiaskrgr
Add binary_format to rustc target specs A-target-specs Area: Compile-target specifications A-targets Area: Concerning the implications of different compiler targets C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135724 opened Jan 19, 2025 by Noratrieb
Got a compiler panic while compiling ESP32-S3 code 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.
#135721 opened Jan 19, 2025 by NotABadger
ICE: ConstEvaluatable(UnevaluatedConst .. has escaping bound vars, so it cannot be wrapped in a dummy binder. 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.
#135720 opened Jan 19, 2025 by matthiaskrgr
#[thread_local] alignment broken on Windows A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. F-thread_local `#![feature(thread_local)]` 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 O-windows Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135719 opened Jan 19, 2025 by purplesyringa
ICE: "failed to resolve instance for type", apparently caused by generic parameter inference C-bug Category: This is a bug. 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.
#135718 opened Jan 19, 2025 by Yokinman
Infinite/long backtrace on i686 under Wine A-backtrace Area: Backtraces A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-panic Area: Panicking machinery A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status O-windows 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.
#135717 opened Jan 19, 2025 by purplesyringa
Vec::drain() doesn't document any guarantees on order A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135710 opened Jan 18, 2025 by EriKWDev
DW_AT_name is always (indirect string, offset: 0x0) 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.
#135704 opened Jan 18, 2025 by jarkkojs
Type inference issues with well specified trait function call C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#135698 opened Jan 18, 2025 by weiznich
Tracking Issue for raw-dylib on ELF C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135694 opened Jan 18, 2025 by Noratrieb
1 of 5 tasks
Tracking issue for release notes of #125087: Optimize Seek::stream_len impl for File needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-hermit Operating System: Hermit O-solid Operating System: SOLID O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#135693 opened Jan 18, 2025 by rustbot
3 tasks
Tracking issue for release notes of #134276: fully de-stabilize all custom inner attributes 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.
#135692 opened Jan 18, 2025 by rustbot
3 tasks
Tracking issue for release notes of #133951: Make the wasm_c_abi future compat warning a hard error A-ABI Area: Concerning the application binary interface (ABI) needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-wasm Target: WASM (WebAssembly), http://webassembly.org/ 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.
#135691 opened Jan 18, 2025 by rustbot
3 tasks
Tracking issue for release notes of #133889: Consider fields to be inhabited if they are unstable 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.
#135690 opened Jan 18, 2025 by rustbot
3 tasks
Tracking issue for release notes of #133925: disallow repr() on invalid items 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.
#135688 opened Jan 18, 2025 by rustbot
3 tasks
Missing re-export of FromCoroutine in core::iter for from_coroutine C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#135686 opened Jan 18, 2025 by joseluis
Tracking Issue for stdarch_s390x C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC O-SystemZ Target: SystemZ processors (s390x) T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#135681 opened Jan 18, 2025 by folkertdev 100+
regression: ICE: trimmed_def_paths called, diagnostics were expected but none were emitted I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. 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.
#135673 opened Jan 18, 2025 by BoxyUwU
regression: Sign is ambiguous I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135672 opened Jan 18, 2025 by BoxyUwU
regression: cannot borrow ... as immutable because it is also borrowed as mutable I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. 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. T-types Relevant to the types team, which will review and decide on the PR/issue.
#135671 opened Jan 18, 2025 by BoxyUwU
regression: type annotations needed I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. 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.
#135670 opened Jan 18, 2025 by BoxyUwU
regression: a value of type HashMap<Pulse, u64> cannot be built from I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135669 opened Jan 18, 2025 by BoxyUwU
regression: ICE: Failed to normalize Alias(Opaque, AliasTy I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-low Low 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.
#135668 opened Jan 18, 2025 by BoxyUwU
ProTip! Adding no:label will show everything without a label.