From c09daf553a09128a4d874204522eff5db073eeed Mon Sep 17 00:00:00 2001 From: nikomatsakis Date: Tue, 9 Oct 2012 09:39:03 -0700 Subject: [PATCH] Updated Note 0.5 priorities (markdown) --- Note-0.5-priorities.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Note-0.5-priorities.md b/Note-0.5-priorities.md index 07eeaf0..2ba4b58 100644 --- a/Note-0.5-priorities.md +++ b/Note-0.5-priorities.md @@ -20,6 +20,10 @@ https://github.com/mozilla/rust/issues/3678 https://github.com/mozilla/rust/issues/2628 +### Pattern bindings (nmatsakis) + +These are the last vestige of modes. Finish https://github.com/mozilla/rust/issues/3271 + ### Complete the fn type transition (nmatsakis) The fn types are a mess right now. They are unsound in various ways (#2829, #3696, perhaps others), you can't have a fully const-ified send-map, and we don't support one-shot closures (#2549). This should be rectified.