macro_rules! declare_deprecated_sysvar_id {
    ($name:expr, $type:ty) => { ... };
}
Expand description

Same as declare_sysvar_id except that it reports that this ID has been deprecated.