Hacker News new | ask | show | jobs
by proto_lambda 1146 days ago
Bad example because that's a library feature and doesn't involve explicit compiler support - in general you're right though, backwards-compatible compiler features (say, GATs) are added regularly and are available for all editions, not just the newest one.
1 comments

Except the library uses nightly features so to pull in newer versions, you have to be up to date with all the unstable compiler features.