I'm looking into #5823: Can't use where
as an identifier.
The where
keyword is included in this array, but I don't think it should, so I took it out. However, when I make this change cargo build
gets stuck compiling roc_load
. Any clues why could this happen?
I'm able to build and run main
without any issues (on a Linux VM).
now I am afraid to upgrade to sonoma :smile:
Perhaps cargo build --verbose
could provide some more information on where it's stuck.
it will get stuck there if the standard library fails to build
my guess is that where
is still used somewhere, and now that you no longer accept it, it is crashing. Using -vvv
"very, very verbose" as an argument to cargo will tell you where it failed and why
Oh, interesting. Will try that, thanks!
now I am afraid to upgrade to sonoma
And yeah, there’s no way to build on Sonoma until zig is upgraded. Unless you compile zig 0.9.1 from source and you update some stuff without the breaking changes they introduced.
I tried -vvv
and I can see an error, thank you both!
Agus Zubiaga has marked this topic as resolved.
Last updated: Jul 06 2025 at 12:14 UTC