Module stability

Source
Expand description

A pass that annotates every item and method with its stability level, propagating default levels lexically from parent to children ast nodes.

Re-exportsยง

pub use self::StabilityLevel::*;

Structsยง

Deprecated
DeprecationEntry
An entry in the depr_map.
DeprecationSuggestion
Index
A stability index, giving the stability level for items and methods.

Enumsยง

AllowUnstable
An override option for eval_stability.
EvalResult
Result of TyCtxt::eval_stability.
StabilityLevel
UnstableKind

Functionsยง

deprecated_since_kind ๐Ÿ”’
deprecation_lint ๐Ÿ”’
early_report_macro_deprecation
late_report_deprecation ๐Ÿ”’
report_unstable
suggestion_for_allocator_api ๐Ÿ”’