this post was submitted on 03 Feb 2025
61 points (98.4% liked)

Linux

8893 readers
361 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Kissaki@programming.dev 3 points 6 months ago (1 children)

The "we use a stable macro that uses the same unstable features anyway" is kinda confusing though.

I guess it's about language interface stability more than unstable feature functional stability?

[โ€“] robinm@programming.dev 3 points 6 months ago

I did not double check, but I assume the macro is provided by std (which is allowed to use unstable items internally). This macro can be stabilised, even if the unstable features themselves are not stabilised yet.