mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Rollup merge of #21532 - steveklabnik:gh21531, r=alexcrichton
Fixes #21531
This commit is contained in:
commit
fd6fb165bd
@ -2652,9 +2652,7 @@ The currently implemented features of the reference compiler are:
|
|||||||
declare a `static` as being unique per-thread leveraging
|
declare a `static` as being unique per-thread leveraging
|
||||||
LLVM's implementation which works in concert with the kernel
|
LLVM's implementation which works in concert with the kernel
|
||||||
loader and dynamic linker. This is not necessarily available
|
loader and dynamic linker. This is not necessarily available
|
||||||
on all platforms, and usage of it is discouraged (rust
|
on all platforms, and usage of it is discouraged.
|
||||||
focuses more on thread-local data instead of thread-local
|
|
||||||
data).
|
|
||||||
|
|
||||||
* `trace_macros` - Allows use of the `trace_macros` macro, which is a nasty
|
* `trace_macros` - Allows use of the `trace_macros` macro, which is a nasty
|
||||||
hack that will certainly be removed.
|
hack that will certainly be removed.
|
||||||
|
Loading…
Reference in New Issue
Block a user