Conversation
|
@hoodmane any idea what happened here? It looks like nightly rust no longer wants to build |
|
Yeah must be caused by that pr then. I'll look into it, thanks for the ping. |
|
The flags are no longer necessary but should be harmless. By the way, it should be possible to build with stable rust 1.93.0. |
|
Okay I'm reproducing this locally. Will look into it and hopefully fix it. |
|
Okay the problem is related to |
|
Okay here's the fix: |
|
And I confirmed that the nox job successfully builds a while when building against the stage1 compiler with my change. (Didn't run the tests but presumably the wheel actually works too...) |
|
👍 super, thanks. No worries about the ping, help much appreciated! |
|
It's very exciting that we'll finally be able to build with stable Rust and no custom |
|
Okay that landed so it should be available in the next nightly. If you wanted to work around it you can always pass |
|
Hmm, it looks like stable Rust is producing a symbol (under the v0 name mangling scheme I think?) which is not supported by emcc. Not clear to me whether that's because it's incorrectly exporting that symbol, or just because it's an invalid internal symbol name at all. |
Possible companion to rust-lang/rust#151704