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

Is "must_use" really needed for Option::insert ? needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#130594 opened Sep 20, 2024 by hardfist
Redundant instructions in cloning of bit-wise copyable type C-bug Category: This is a bug. 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-untriaged Untriaged performance or correctness regression.
#130592 opened Sep 20, 2024 by CrazyboyQCD
ICE with intra-doc link [value@Enum::Variant] 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.
#130591 opened Sep 20, 2024 by coolreader18
Range<usize>::next should fully MIR-inline needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#130590 opened Sep 20, 2024 by scottmcm
ICE when using macro to wrap const generic 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.
#130589 opened Sep 20, 2024 by programmerjake
#[diagnostic::on_unimplemented] fails to trigger when certain impls are present A-diagnostics Area: Messages for errors, warnings, and lints A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix`. D-diagnostic-infra Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself. 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.
#130563 opened Sep 19, 2024 by joshlf
Creating an immutable temporary object that Copys a mutable reference contained by an immutable object could (?) but doesn't work 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. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#130548 opened Sep 19, 2024 by Scripter17
ICE: broken MIR: NoSolution on HRTB over GAT in trait object 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.
#130524 opened Sep 18, 2024 by arvidfm
ICE: there are no vtables for unsized types C-bug Category: This is a bug. F-object_safe_for_dispatch `#![feature(object_safe_for_dispatch)]` 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.
#130521 opened Sep 18, 2024 by matthiaskrgr
Rustonomicon and ManuallyDrop's documentation contradict each other about relying on drop order. 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. T-lang Relevant to the language team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#130505 opened Sep 18, 2024 by theemathas
-C instrument-coverage misses regions in const assertions A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#130502 opened Sep 18, 2024 by jfrimmel
Inference failure triggered by null proc macro application to totally unused and irrelevant struct A-inference Area: Type inference A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#130480 opened Sep 17, 2024 by ijackson
The compiler is unable to select PartialOrd implementation to compare &[u8] and &[u8;32] if bytes crate is imported C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#130464 opened Sep 17, 2024 by poszu
Compiler forgets the trait bound on an associated type if the concrete type is known A-traits Area: Trait system 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. T-types Relevant to the types team, which will review and decide on the PR/issue.
#130429 opened Sep 16, 2024 by theemathas
Internal SIMD layout specification is not flexible enough for SPIR-V A-simd Area: SIMD (Single Instruction Multiple Data) 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.
#130405 opened Sep 15, 2024 by fu5ha
Some linker sections are missing when building project with nightly toolchain A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. 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-nightly Performance or correctness regression from stable to nightly.
#130397 opened Sep 15, 2024 by zzsergant
Tracking issue for release notes of #129073: Relate receiver invariantly in method probe for Mode::Path 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 ntoes. T-types Relevant to the types team, which will review and decide on the PR/issue.
#130396 opened Sep 15, 2024 by rustbot
3 tasks
1.83.0
ICE: suggestion must not have overlapping parts E0599 A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. 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. requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130395 opened Sep 15, 2024 by matthiaskrgr
ICE: Not enough bound vars C-bug Category: This is a bug. F-closure_lifetime_binder `#![feature(closure_lifetime_binder)]` 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. requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130391 opened Sep 15, 2024 by matthiaskrgr
unnamed_fields allows unnamed enum variants which behave oddly C-bug Category: This is a bug. F-unnamed_fields `#![feature(unnamed_fields)]` needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. requires-incomplete-features T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130331 opened Sep 14, 2024 by CAD97
stdlib code size increase in nightly-2024-09-01 for aarch64-linux-android C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-android Operating system: Android P-medium Medium priority regression-from-stable-to-nightly Performance or correctness regression from stable to nightly.
#130320 opened Sep 13, 2024 by jrose-signal
attempted to read from stolen value: rustc_middle::mir::Body 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.
#130316 opened Sep 13, 2024 by aWeinzierl
Possibly sub-optimal optimization of few bytes copy C-bug Category: This is a bug. C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such I-heavy Issue: Problems and improvements with respect to binary size of generated code. 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.
#130304 opened Sep 13, 2024 by leonardo-m
[discussion] ErrorKind::InvalidFilename from io_error_more C-discussion Category: Discussion or questions that doesn't represent real issues. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#130192 opened Sep 10, 2024 by GrigorenkoPV
[discussion] ErrorKind::CrossesDevices from io_error_more C-discussion Category: Discussion or questions that doesn't represent real issues. disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#130191 opened Sep 10, 2024 by GrigorenkoPV
ProTip! Type g i on any issue or pull request to go back to the issue listing page.