67
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 03 Feb 2025
67 points (98.6% liked)
Linux
5869 readers
249 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
Nice to see continuous progress in Rust for Linux, especialy since it's seems efforts to stabilise Rust features so that RLA doesn't depend anymore on nightly seems to be fructiful.
I'm looking forward for when a big driver (like ashahi or the Nvdia one) are merged in master. It's going to be a big milestone.
My eyes are on Rust in the kernel. Once it's there and off mailinglists, I can see myself contributing. Rust is a sign of hope that things can change.
Anti Commercial-AI license
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?
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.