Skip to content

[pin_ergonomics] Allow reborrowing Pin<&mut T> without the value being in a mutable place #130535

@eholk

Description

@eholk
Contributor

This issue came up in code review for #130526. Here's the comment in question:

#130526 (comment)

Activity

added
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Sep 18, 2024
added
T-langRelevant to the language team
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
C-bugCategory: This is a bug.
and removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Sep 19, 2024
eholk

eholk commented on Sep 19, 2024

@eholk
ContributorAuthor

Fixed during code review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.F-pin_ergonomics`#![feature(pin_ergonomics)]`T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-langRelevant to the language team

    Type

    Projects

    No projects

    Milestone

    No milestone

    Development

    No branches or pull requests

      Participants

      @eholk@jieyouxu@rustbot

      Issue actions

        [pin_ergonomics] Allow reborrowing `Pin<&mut T>` without the value being in a mutable place · Issue #130535 · rust-lang/rust