logoalt Hacker News

hulitutoday at 4:03 PM1 replyview on HN

Firefox. I gave up compiling it because either the rust version is wrong or the code.


Replies

estebanktoday at 4:33 PM

Firefox explicitly opts out of stability guarantees by using nightly features on a stable compiler in an unsupported manner, not dissimilar to using an unstable GNU extension in C. But good example of the caveat that if you're not using stable, then yes, you have no stability guarantees.