Macro rustversion_detect::spec
source ยท macro_rules! spec { ($($items:tt)+) => { ... }; }
๐Deprecated: Please use helper methods (is_since_minor/is_since_patch)
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.