Skip to content

Commit f8deeb3

Browse files
committed
Add RFC 1623
1 parent 5cd23de commit f8deeb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Version 1.16.0 (2017-03-16)
44
Language
55
--------
66

7+
* Lifetimes in statics ad consts default to `'static`. [RFC 1623]
78
* [The compiler's `dead_code` lint now accounts for type aliases][38051].
89
* [Uninhabitable enums (those without any variants) no longer permit wildcard
910
match patterns][38069]
@@ -175,6 +176,7 @@ Compatibility Notes
175176
[cargo/3546]: https://github.com/rust-lang/cargo/pull/3546
176177
[cargo/3557]: https://github.com/rust-lang/cargo/pull/3557
177178
[cargo/3604]: https://github.com/rust-lang/cargo/pull/3604
179+
[RFC 1623]: https://github.com/rust-lang/rfcs/blob/master/text/1623-static.md
178180

179181

180182
Version 1.15.1 (2017-02-09)

0 commit comments

Comments
 (0)