RFC 1976 is disposition:postpone

Pretty much what the title says. It was disposition:merge until the original FCP showed us the error of our ways, so I can see how you'd get confused.
This commit is contained in:
Ryan Scheel 2017-07-12 11:32:47 -07:00 committed by GitHub
parent 26c21f7083
commit 8413e301cb
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ decision. Express your opinions now. [This week's FCPs][fcp] are:
[fcp]: https://github.com/rust-lang/rfcs/labels/final-comment-period
* [disposition: merge] [Tweak object safety rules to allow static dispatch](https://github.com/rust-lang/rfcs/pull/2027).
* [disposition: merge] [Allow the usage of `use` inside `impl` blocks and `match` blocks](https://github.com/rust-lang/rfcs/pull/1976).
* [disposition: postpone] [Allow the usage of `use` inside `impl` blocks and `match` blocks](https://github.com/rust-lang/rfcs/pull/1976).
* [disposition: postpone] [Warn by default when casting a pointer to an integer smaller than usize](https://github.com/rust-lang/rfcs/pull/1782).
* [disposition: merge] [Amend #1440: allow `const` items to contain drop types](https://github.com/rust-lang/rfcs/pull/1817).
* [disposition: merge] [Add `extern type` declarations for declaring types from external libraries which have an unknown size/layout](https://github.com/rust-lang/rfcs/pull/1861).