@HenrikLievonen@mastodon.hli.fi
Post #1765265
2026-04-28 18:25 UTC
Okay, this caught me by surprise: If you have Greek letters in the path of your project,, #Rust refuses to compile that project. Linking seems to fail because it searches for path containing 316273 instead of λ.
Replies (3)
-
@michalfita@mastodon.social 2026-04-28 19:05
@HenrikLievonen Probably linker issue, not rustc issue. But it's my wild guess.
-
@tamme@fosstodon.org 2026-04-28 19:17
@HenrikLievonen oh that is a very interesting discovery, I had very good experiences with reporting issues to the rust project. Maybe @bjorn3 knows if this is a known issue?
-
@juergen@chaos.social 2026-04-28 19:46
@HenrikLievonen 316273 is the UTF-8 encoding of γ in octal, without the backslashes. (It stared right back at me in the GNOME Character Map application.)