diff options
| author | John Millikin <john@john-millikin.com> | 2023-01-09 13:54:21 +0900 |
|---|---|---|
| committer | John Millikin <john@john-millikin.com> | 2023-01-09 14:07:05 +0900 |
| commit | 92aa5f6b272bcdc020a34f8d90f9ef851b5b4504 (patch) | |
| tree | bdb65d13ab05b3351873c738d090ce108b6930f5 /tests/rustdoc-js-std/parser-errors.js | |
| parent | a377893da2cd7124e5a18c7116cbb70e16dd5541 (diff) | |
| download | rust-92aa5f6b272bcdc020a34f8d90f9ef851b5b4504.tar.gz rust-92aa5f6b272bcdc020a34f8d90f9ef851b5b4504.zip | |
Disable `linux_ext` in wasm32 and fortanix rustdoc builds.
The `std::os::unix` module is stubbed out when building docs for these target platforms. The introduction of Linux-specific extension traits caused `std::os::net` to depend on sub-modules of `std::os::unix`, which broke rustdoc for the `wasm32-unknown-unknown` target. Adding an additional `#[cfg]` guard solves that rustdoc failure by not declaring `linux_ext` on targets with a stubbed `std::os::unix`.
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions
