Macro rustversion_detect::spec
source ยท macro_rules! spec { ($($items:tt)+) => { ... }; }
Expand description
Specify a stable version (a StableVersionSpec).
Unfortunately, this does not work in a const setting.
If that is required, please use StableVersionSpec::minor or StableVersionSpec::major constructors.