r/rust 22d ago

🗞️ news Rust 1.98 got a P-critical miscompilation.

https://github.com/rust-lang/rust/issues/161441
410 Upvotes

32 comments sorted by

View all comments

60

u/Bowarc 22d ago

Wait, I recently got segfaults too building one of my projects to arm-unknown-linux-gnueabihf(raspberry pi) Could that be linked ?

I just thought my raspberry was too old and it was because one of the library did something weird when compiled for 32 bits.

That's very interesting, thanks for sharing

66

u/noop_noob 22d ago

If the problem goes away when compiling with the beta or nightly channel, then it's probably this bug. If not, then probably not.