Attribute Macro api_stability

Source
#[api_stability]
Expand description

Indicate parts of the API that may change. Accepts a string literal describing the stability level, like #[api_stability("unstable")], #[api_stability("experimental")], or #[api_stability("deprecated: use new_function() instead")]. This attribute does not modify the item it annotates.