Rust code compile on HaikuOS fail

Hello,
try to compile simple Code ( I found at youtube and did a bit mod ) at HaikuOS.
But the check / compile fail.
On Linux the code compile without any failure (rustc 1.81)!

Output: rust check errors - Pastebin.com

rustc Version 1.79

Thanks

Tokio does not support HaikuOS, see https://docs.rs/tokio/latest/tokio/#supported-platforms

ok thanks, there is a package manger at HaikuOS
and could install from offical repo.

at Linux I can see this:

$ rustc --print=target-list | grep -i haiku
i686-unknown-haiku
x86_64-unknown-haiku

This is not Rustc problem, the compiler indeed works on Haiku. This is specifically problem with Tokio.

oh sorry - thanks for the hint

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.