rust/library
Matthias Krüger 50982bd4ab
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.
2024-01-09 05:33:22 +01:00
..
alloc mark vec::IntoIter pointers as !nonnull 2024-01-07 03:44:04 +01:00
backtrace@6145fe6bac Update backtrace submodule 2023-11-21 16:33:42 +01:00
core Rollup merge of #118979 - ChrisDenton:unwrap-const, r=Nilstrieb,dtolnay 2024-01-09 05:33:21 +01:00
panic_abort add teeos std impl 2023-12-07 10:33:03 +08:00
panic_unwind
portable-simd Fix target_feature config in portable-simd 2023-12-14 14:50:32 +01:00
proc_macro Add support for --env on tracked_env::var 2023-12-11 16:44:33 +01:00
profiler_builtins
rtstartup library: Fix warnings in rtstartup 2024-01-06 01:32:03 +03:00
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #119632 - ivmarkov:master, r=Nilstrieb,dtolnay 2024-01-09 05:33:22 +01:00
stdarch@f4528dd6e8
sysroot
test Remove libtest's dylib 2023-12-31 11:18:25 -05:00
unwind