for example, I may soon write a bit of CI that ensures that some of our APIs do not pull in any panic machinery. This is fiddly and can depend on the optimizer. That's fine, if the CI breaks on a rust upgrade, it's on me to investigate how to keep our APIs panic-free, the CI did its job!!

Comments