Files
RedBear-OS/src/platform/redox
Red Bear OS 3c5dc9d581 relibc: fix missing String import in socket.rs IPv6 formatting
Commit 79685cbe (AF_INET6 socket support) introduced
String::with_capacity() at socket.rs:80 but only imported
ToString from alloc::string, not String itself. This caused
E0433 'cannot find type String in this scope' during canonical
build (edition 2024 with -Z build-std).

Fix: add String to the existing alloc::string import.
2026-07-26 20:53:39 +09:00
..
2026-07-05 19:27:57 +07:00
2026-07-16 08:59:10 +01:00
2026-07-16 08:59:10 +01:00
2026-07-15 10:30:48 +01:00
2026-07-15 10:30:48 +01:00
2026-07-14 09:16:29 +01:00