Elektrine lite

← Feed

@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.

    Open ##1963465

  • @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?

    Open ##1963468

  • @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.)

    Open ##1963478