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 3fa021d commit 1b4747eCopy full SHA for 1b4747e
README.md
@@ -35,8 +35,10 @@ libc = "0.2"
35
* `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
36
This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
37
38
-* `unstable`: enable currently unstable bindings. Right now, this just allows
39
- bindings to `#[thread_local]` statics on certain platforms. Requires nightly.
+* `unstable`: This feature enables `libc` bindings that are only possible with
+ unstable Rust features. Right now, this just for
40
+ [`extern` `#[thread_local]` statics](https://github.com/rust-lang/rust/issues/29594)
41
+ on certain platforms. Requires nightly.
42
43
* **deprecated**: `use_std` is deprecated, and is equivalent to `std`.
44
0 commit comments