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

Unexpected comment position after macro expension C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#125239 opened May 18, 2024 by thomasyonug
Different behavior for macro by example and procedural macro C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#125238 opened May 18, 2024 by thomasyonug
Unexpected trait bound not satisfied related to std::io::Write C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-untriaged Untriaged performance or correctness regression.
#125235 opened May 18, 2024 by sorairolake
#[diagnostic::on_unimplemented] hint not shown for associated type mismatch A-diagnostics Area: Messages for errors, warnings, and lints F-on_unimplemented Error messages that can be tackled with `#[rustc_on_unimplemented]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125231 opened May 17, 2024 by TimNN
f16/f128 fallback code is not getting inlined C-bug Category: This is a bug. F-f16_and_f128 `#![feature(f16_and_f128)]` T-libs Relevant to the library team, which will review and decide on the PR/issue.
#125229 opened May 17, 2024 by tgross35
rustc unexpectedly overflowed its stack! this is a bug 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-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125223 opened May 17, 2024 by fmckeogh
fixed-by-polonius loops/functions have very bad diagnostics A-borrow-checker Area: The borrow checker 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. fixed-by-polonius Compiling with `-Zpolonius` fixes this issue. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125217 opened May 17, 2024 by jyn514
high memory requirement during monomorphization A-monomorphization Area: Monomorphization I-compilemem Issue: Problems and improvements with respect to memory usage during compilation. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125212 opened May 17, 2024 by matthiaskrgr
regression: cannot find macro in scope A-resolve Area: Path resolution I-prioritize Issue: Indicates that prioritization has been requested for this issue. 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.
#125201 opened May 17, 2024 by BoxyUwU 1.79.0
regression: reached recursion limit 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.
#125200 opened May 17, 2024 by BoxyUwU 1.79.0
regression: ambiguous outer attributes A-attributes Area: #[attributes(..)] I-prioritize Issue: Indicates that prioritization has been requested for this issue. 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.
#125199 opened May 17, 2024 by BoxyUwU 1.79.0
regression: can't call method abs on ambiguous numeric type {float} I-prioritize Issue: Indicates that prioritization has been requested for this issue. 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.
#125198 opened May 17, 2024 by BoxyUwU 1.79.0
regression: cycle detected when computing whether impls specialize one another A-specialization Area: Trait impl specialization F-specialization `#![feature(specialization)]` 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.
#125197 opened May 17, 2024 by BoxyUwU 1.79.0
regression: type annotations needed I-prioritize Issue: Indicates that prioritization has been requested for this issue. 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.
#125196 opened May 17, 2024 by BoxyUwU 1.79.0
regression: the size for values of type T cannot be known 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.
#125195 opened May 17, 2024 by BoxyUwU 1.79.0
regression: trait bound not satisfied I-prioritize Issue: Indicates that prioritization has been requested for this issue. 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.
#125194 opened May 17, 2024 by BoxyUwU 1.79.0
regression: the type (dyn Any + 'static) may contain interior mutability I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-libs Relevant to the library team, which will review and decide on the PR/issue.
#125193 opened May 17, 2024 by BoxyUwU 1.79.0
regression: opaque types got hidden types registered from within subtype predicate I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-prioritize Issue: Indicates that prioritization has been requested for this issue. 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.
#125192 opened May 17, 2024 by BoxyUwU 1.79.0
Use a default lifetime of 'static in associated consts A-associated-items Area: Associated items such as associated types and consts. A-lifetimes Area: lifetime related C-feature-request Category: A feature request, i.e: not implemented / a PR. disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. I-lang-nominated The issue / PR has been nominated for discussion during a lang team meeting. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#125190 opened May 16, 2024 by tmandry
Confusing suggestion for dropping_copy_types A-diagnostics Area: Messages for errors, warnings, and lints A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. D-confusing Diagnostics: Confusing error or lint that should be reworked. L-dropping_copy_types Lint: dropping_copy_types T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125189 opened May 16, 2024 by thanatos
ICE: unhandled type: {type error} -Zvalidate-mir Unstable option: MIR validation C-bug Category: This is a bug. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` 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.
#125185 opened May 16, 2024 by matthiaskrgr
rustdoc-json-types: Rename and document Impl::synthetic A-rustdoc-json Area: Rustdoc JSON backend C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125177 opened May 16, 2024 by aDotInTheVoid
Tracking Issue for PanicHookInfo::payload_as_str() A-panic Area: Panicking machinery 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.
#125175 opened May 16, 2024 by m-ou-se
3 tasks
rustc_macros: Make it possible to derive both Diagnostic and LintDiagnostic on the same type A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125169 opened May 15, 2024 by fmease
ICE: cargo check panics on toolchain stable-x86_64-unknown-linux-gnu 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) ❄️ 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125160 opened May 15, 2024 by bluefish43
ProTip! Type g i on any issue or pull request to go back to the issue listing page.