]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Rollup merge of #70706 - gizmondo:check-theme, r=GuillaumeGomez
[rust.git] / RELEASES.md
index bc19a776c919677c445ef25b2a9c06ae1227058a..9ff0d14b353cdcad6dfdd8eec43bcd5d488060bb 100644 (file)
@@ -4956,8 +4956,6 @@ Version 1.10.0 (2016-07-07)
 Language
 --------
 
-* [Allow `concat_idents!` in type positions as well as in expression
-  positions](https://github.com/rust-lang/rust/pull/33735).
 * [`Copy` types are required to have a trivial implementation of `Clone`](https://github.com/rust-lang/rust/pull/33420).
   [RFC 1521](https://github.com/rust-lang/rfcs/blob/master/text/1521-copy-clone-semantics.md).
 * [Single-variant enums support the `#[repr(..)]` attribute](https://github.com/rust-lang/rust/pull/33355).