We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2859177 commit df611a6Copy full SHA for df611a6
src/doc/reference.md
@@ -2441,6 +2441,9 @@ The currently implemented features of the reference compiler are:
2441
into a Rust program. This capability, especially the signature for the
2442
annotated function, is subject to change.
2443
2444
+* `static_in_const` - Enables lifetime elision with a `'static` default for
2445
+ `const` and `static` item declarations.
2446
+
2447
* `thread_local` - The usage of the `#[thread_local]` attribute is experimental
2448
and should be seen as unstable. This attribute is used to
2449
declare a `static` as being unique per-thread leveraging
0 commit comments