From 6000a0c2443006f982db657910703be651323763 Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Mon, 1 Jul 2024 17:45:40 -0400 Subject: [PATCH] update numbers --- text/{0000-async-closure.md => 3668-async-closure.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename text/{0000-async-closure.md => 3668-async-closure.md} (99%) diff --git a/text/0000-async-closure.md b/text/3668-async-closure.md similarity index 99% rename from text/0000-async-closure.md rename to text/3668-async-closure.md index df0f91b3f..772afed12 100644 --- a/text/0000-async-closure.md +++ b/text/3668-async-closure.md @@ -2,7 +2,7 @@ [^rework]: This RFC reworks the "async closures" section of [RFC 2394] [^plural]: The original feature name was not pluralized, and though it'd be more correct in the plural, it's probably too late to change at this point. - Start Date: 2024-06-25 -- RFC PR: [rust-lang/rfcs#0000](https://github.com/rust-lang/rfcs/pull/0000) +- RFC PR: [rust-lang/rfcs#3668](https://github.com/rust-lang/rfcs/pull/3668) - Tracking Issue: [rust-lang/rust#62290](https://github.com/rust-lang/rust/issues/62290) [RFC 2394]: https://rust-lang.github.io/rfcs/2394-async_await.html#async--closures