RFC: Drop temporaries in tail expressions before local variables by m-ou-se · Pull Request #3606 · rust-lang/rfcs

@m-ou-se added T-lang

Relevant to the language team, which will review and decide on the RFC.

A-drop

Proposals relating to the Drop trait or drop semantics

A-ergonomics I-lang-nominated

Indicates that an issue has been nominated for prioritizing at the next lang team meeting.

A-edition-2024

Area: The 2024 edition

labels

Apr 2, 2024

kennytm

clarfonthey

nikomatsakis

scottmcm

@m-ou-se

@m-ou-se

@m-ou-se

@traviscross

The FCP has completed on RFC 3606, so let's prepare it to be merged.

First, we'll shorten the name of the feature flag a bit; this should
still be unambiguous.

Second, we're going to remove the graphic from the summary.  While it
may be illustrative, the text and the other examples seem clear enough
without it, and its benefits have to be weighed against the fact that
we want the content in this repository to be easily editable and
freestanding.  Pulling in an SVG file from an outside host pulls
against that.  If we come to think the graphic is critical, we could
always add it back in a separate PR that would add an editable version
of this SVG file into the repository itself.

Third, let's make the H1 title of the document a bit more clear.

@y21 y21 mentioned this pull request

May 22, 2024