/*
* NOTE: This is necessary because inner macro attributes are unstable
*
* In other words, we can't do
* #![rustversion::attr(nightly, feature(...))]
* on stable, which kind of defeats the purpose...
*/
const NIGHTLY: bool = true;
const NIGHTLY: bool = false;