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.
2 parents fe26b86 + ea6dc18 commit f16f216Copy full SHA for f16f216
src/doc/reference.md
@@ -2652,9 +2652,7 @@ The currently implemented features of the reference compiler are:
2652
declare a `static` as being unique per-thread leveraging
2653
LLVM's implementation which works in concert with the kernel
2654
loader and dynamic linker. This is not necessarily available
2655
- on all platforms, and usage of it is discouraged (rust
2656
- focuses more on thread-local data instead of thread-local
2657
- data).
+ on all platforms, and usage of it is discouraged.
2658
2659
* `trace_macros` - Allows use of the `trace_macros` macro, which is a nasty
2660
hack that will certainly be removed.
0 commit comments