#Rust 1.95 is supposed to stabilise `assert_matches!()` macro, but... it's still unstable in that release despite being present in 1.95-beta.
Does anyone know what happened?
| Medium | https://michalfita.medium.com/ |
| https://www.linkedin.com/in/michalfita/ | |
| GitHub | https://www.github.com/michalfita |
| Personal | https://michal.fita.me |
#Rust 1.95 is supposed to stabilise `assert_matches!()` macro, but... it's still unstable in that release despite being present in 1.95-beta.
Does anyone know what happened?
@michalfita was intrigued by this idea and came up with some minor tooling for it. of course, adoption is always the blocker but was fun either way.
https://jakegoldsborough.com/blog/2026/jobchain-verifiable-employment-credentials/
"A formal mathematical proof from MIT and a preregistered empirical study in Science from Stanford arrived within a month of each other, and together they make the same unsettling argument: the danger of AI chatbots is not what they get wrong. It is how enthusiastically they agree with everything we get wrong. Not a chatbot that lies to you, but a mirror that reflects your beliefs back at you, slightly amplified, every single time."
docs.rs builds are about to change. If you have crates published on crates.io/docs.rs, I recommend you read this blog post in case you might be impacted by this change: https://blog.rust-lang.org/2026/04/04/docsrs-only-default-targets/