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ยง
- An entry in the
depr_map
. - A stability index, giving the stability level for items and methods.
Enumsยง
- An override option for eval_stability.
- Result of
TyCtxt::eval_stability
.
Functionsยง
- deprecation_
lint ๐