We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd23de commit f8deeb3Copy full SHA for f8deeb3
RELEASES.md
@@ -4,6 +4,7 @@ Version 1.16.0 (2017-03-16)
4
Language
5
--------
6
7
+* Lifetimes in statics ad consts default to `'static`. [RFC 1623]
8
* [The compiler's `dead_code` lint now accounts for type aliases][38051].
9
* [Uninhabitable enums (those without any variants) no longer permit wildcard
10
match patterns][38069]
@@ -175,6 +176,7 @@ Compatibility Notes
175
176
[cargo/3546]: https://github.com/rust-lang/cargo/pull/3546
177
[cargo/3557]: https://github.com/rust-lang/cargo/pull/3557
178
[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
180
181
182
Version 1.15.1 (2017-02-09)
0 commit comments