From 394aa3aaf5de69900a3df5c0a72aebb561d8482a Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Mon, 11 Sep 2017 09:15:03 -0700 Subject: [PATCH] RFC 2086: Allow Irrefutable Patterns in if-let and while-let statements --- ...-let-irrefutables.md => 2086-allow-if-let-irrefutables.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename text/{0000-allow-if-let-irrefutables.md => 2086-allow-if-let-irrefutables.md} (96%) diff --git a/text/0000-allow-if-let-irrefutables.md b/text/2086-allow-if-let-irrefutables.md similarity index 96% rename from text/0000-allow-if-let-irrefutables.md rename to text/2086-allow-if-let-irrefutables.md index e29f047d5f8..024a922764f 100644 --- a/text/0000-allow-if-let-irrefutables.md +++ b/text/2086-allow-if-let-irrefutables.md @@ -1,7 +1,7 @@ - Feature Name: allow_if_let_irrefutables - Start Date: 2017-07-27 -- RFC PR: -- Rust Issue: +- RFC PR: https://github.com/rust-lang/rfcs/pull/2086 +- Rust Issue: https://github.com/rust-lang/rust/issues/44495 # Summary [summary]: #summary