diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-01-09 05:33:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 05:33:22 +0100 |
| commit | 50982bd4abd8285e7c99658b6c90a1519f47a9ff (patch) | |
| tree | 32e50faba1ace13d55cab5d8618f526444291e7d /tests/rustdoc-js-std/parser-quote.js | |
| parent | 985b2ce70dda2aa73a0efd15fd38d2f2eb50b3ff (diff) | |
| parent | a10b3cd60f426ac94164667ee10f6f3ea2fed27a (diff) | |
| download | rust-50982bd4abd8285e7c99658b6c90a1519f47a9ff.tar.gz rust-50982bd4abd8285e7c99658b6c90a1519f47a9ff.zip | |
Rollup merge of #119632 - ivmarkov:master, r=Nilstrieb,dtolnay
Fix broken build for ESP IDF due to #119026 `target_os = "espidf"` in `libc` lacks the `SOMAXCONN` constant, but that's probably irrelevant in this context, as `UnixListener` is not supported on ESP IDF - it being a single process "OS" only. The PR just re-uses the `128` constant so that the code builds. Trying to use the listener on ESP IDF will fail with `ENOSYS`, which is fine. *UPDATE* Might not fail with `ENOSYS` - need to test what error code would be returned, but that doesn`t change anything.
Diffstat (limited to 'tests/rustdoc-js-std/parser-quote.js')
0 files changed, 0 insertions, 0 deletions
