Constant cairo_lang_syntax::attribute::consts::UNSTABLE_ATTR

source ·
pub const UNSTABLE_ATTR: &str = "unstable";
Expand description

An attribute to define a type as an unstable type that shouldn’t be used, or a function as an unstable function that shouldn’t be used. Usage of these items will result in a warning, unless the using crate is marked with their feature active.