Rollup merge of #75892 - ArekPiekarz:unstable_book_tls_model_typo, r=petrochenkov
Fix typo in TLS Model in Unstable Book
This commit is contained in:
commit
fe43918c38
1 changed files with 1 additions and 1 deletions
|
|
@ -22,4 +22,4 @@ The TLS data must not be in a library loaded after startup (via `dlopen`).
|
|||
but not in a shared library, and is accessed only from that executable.
|
||||
|
||||
`rustc` and LLVM may use a more optimized model than specified if they know that we are producing
|
||||
and executable rather than a library, or that the `static` item is private enough.
|
||||
an executable rather than a library, or that the `static` item is private enough.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue