You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A _trait_ describes an abstract interface that types can
@@ -2072,7 +2124,9 @@ macro scope.
2072
2124
2073
2125
### Miscellaneous attributes
2074
2126
2075
-
-`deprecated` - mark the item as deprecated; the full attribute is `#[deprecated(since = "crate version", note = "...")`, where both arguments are optional.
2127
+
-`deprecated` - mark the item as deprecated; the full attribute is
2128
+
`#[deprecated(since = "crate version", note = "...")`, where both arguments
2129
+
are optional.
2076
2130
-`export_name` - on statics and functions, this determines the name of the
2077
2131
exported symbol.
2078
2132
-`link_section` - on statics and functions, this specifies the section of the
@@ -2489,9 +2543,6 @@ The currently implemented features of the reference compiler are:
2489
2543
into a Rust program. This capability, especially the signature for the
2490
2544
annotated function, is subject to change.
2491
2545
2492
-
*`static_in_const` - Enables lifetime elision with a `'static` default for
2493
-
`const` and `static` item declarations.
2494
-
2495
2546
*`thread_local` - The usage of the `#[thread_local]` attribute is experimental
2496
2547
and should be seen as unstable. This attribute is used to
2497
2548
declare a `static` as being unique per-thread leveraging
0 commit comments