You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maybe_const_fn! macro has been moved to its own crate.
For compatibility reasons, this macro is re-exported from the rustversion-detect crate (but still deprecated)
It is possible to disable this re-exporting and remove the dependency by turning off the default feature compat-maybe-const-fn.
Improved crate-level documentation and README.
Removed
Hide documentation for deprecated maybe_const_fn! macro.