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 b7930d9 commit ea6dc18Copy full SHA for ea6dc18
src/doc/reference.md
@@ -2640,9 +2640,7 @@ The currently implemented features of the reference compiler are:
2640
declare a `static` as being unique per-thread leveraging
2641
LLVM's implementation which works in concert with the kernel
2642
loader and dynamic linker. This is not necessarily available
2643
- on all platforms, and usage of it is discouraged (rust
2644
- focuses more on thread-local data instead of thread-local
2645
- data).
+ on all platforms, and usage of it is discouraged.
2646
2647
* `trace_macros` - Allows use of the `trace_macros` macro, which is a nasty
2648
hack that will certainly be removed.
0 commit comments