Skip to content

NLL Diagnostic Review 3: missing closure cannot be moved note  #57098

@davidtwco

Description

@davidtwco
Member

The following note is missing on the output of the NLL borrow checker for: ui/not-copy-closure.nll.stderr

note: closure cannot be invoked more than once because it moves the variable `a` out of its environment

Activity

self-assigned this
on Dec 24, 2018
changed the title [-]NLL Diagnostic Review 3: Missing closure cannot be moved note [/-] [+]NLL Diagnostic Review 3: missing closure cannot be moved note [/+] on Dec 24, 2018
added
A-NLLArea: Non-lexical lifetimes (NLL)
NLL-diagnosticsWorking towards the "diagnostic parity" goal
P-lowLow priority
on Dec 24, 2018
added a commit that references this issue on Jan 3, 2019
c90bf0e
added a commit that references this issue on Jan 5, 2019
cae623c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

A-NLLArea: Non-lexical lifetimes (NLL)NLL-diagnosticsWorking towards the "diagnostic parity" goalP-lowLow priority

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @davidtwco

      Issue actions

        NLL Diagnostic Review 3: missing closure cannot be moved note · Issue #57098 · rust-lang/rust