diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2021-02-22 18:26:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-22 18:26:06 +0900 |
| commit | a5f66689203cff8f96f110bf10926c2d911f6811 (patch) | |
| tree | 46dce12f0df0f7ac14998dbc9812fd076c4ed4fb /library/std/src/sys/unix/stack_overflow.rs | |
| parent | 3cf201fb81458ab6d9181849fd2823fd6d2a4e37 (diff) | |
| parent | 60a9dcc4e3a98362bc4c4a3bfa4918c1f4f639b1 (diff) | |
| download | rust-a5f66689203cff8f96f110bf10926c2d911f6811.tar.gz rust-a5f66689203cff8f96f110bf10926c2d911f6811.zip | |
Rollup merge of #82228 - ijackson:nonzero-cint, r=KodrAus
Provide NonZero_c_* integers I'm pretty sure I am going want this for #73125 and it seems like an omission that would be in any case good to remedy. <strike>Because the raw C types are in `std`, not `core`, to achieve this we must export the relevant macros from `core` so that `std` can use them. That's done with a new `num_internals` perma-unstable feature. The macros need to take more parameters for the module to get the types from and feature attributes to use. I have eyeballed the docs output for core, to check that my changes to these macros have made no difference to the core docs output.</strike>
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
