this post was submitted on 26 Jun 2025
66 points (100.0% liked)

Rust

7121 readers
2 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
top 11 comments
sorted by: hot top controversial new old
[–] TehPers@beehaw.org 23 points 5 days ago

Let chains are finally stable! Yay! Thanks everyone who made that happen.

[–] calcopiritus@lemmy.world 10 points 4 days ago

Slice as chunks is huge. I would prefer an unsafe &[T] as &[T;N], but this can be used for that too.

[–] Bogasse@lemmy.ml 6 points 4 days ago

Wow, a lot of great things! :D

[–] nebeker@programming.dev 3 points 4 days ago (3 children)

The i686-pc-windows-gnu target has been demoted to Tier 2, as mentioned in an earlier post.

Fedora is discussing dropping support entirely, right? Interesting times we live in…

[–] syklemil@discuss.tchncs.de 6 points 4 days ago (1 children)

Yeh. Ubuntu also discussed it back in 2019, and wound up keeping some of it so Steam would keep working.

I expect the willingness to bend over backwards for one proprietary and very profitable app doesn't last forever, and given how involved gaming often is with pushing technology, it's frankly weird that Steam is still shackled to 32bit like that.

[–] nebeker@programming.dev 1 points 2 days ago

It’s really interesting that Proton feels like a step forward in cross-platform gaming, but it also made it more economical to focus on Windows builds and dependencies.

Steam has a lot of power in the market and a vested interest in making things easier for developers and publishers. I wouldn’t be surprised if they picked up (more of) the slack in keeping systems backwards compatible.

Same as Microsoft, sort of. They can’t afford to have Apple’s “courage” in dropping x86 and then amd64.

[–] bitcrafter@programming.dev 5 points 4 days ago

Just to be clear: it is only the GNU toolchain for which the 32-bit target is being demoted, not the MSVC toolchain.

[–] SorteKanin@feddit.dk 6 points 4 days ago (2 children)

Does it affect you somehow? I don't know anyone still running 32-bit systems.

[–] xav@programming.dev 3 points 2 days ago (1 children)

The Steam launcher is one very popular Linux app which needs a 32 bits arch apparently.

[–] SorteKanin@feddit.dk 1 points 2 days ago

Wow, I did not know that still runs in 32 bit. Damn, Valve should really get on that 😅

[–] nebeker@programming.dev 2 points 2 days ago

Steam, as mentioned, and an old iMac that I’ve been meaning to dual-boot for a while.

This kind of thing is mostly inevitable, but has an impact on software and game preservation.