Home
last modified time | relevance | path

Searched defs:InheritStability (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_passes/src/
Dstability.rs77 enum InheritStability { enum
82 impl InheritStability { impl
110 inherit_from_parent: InheritStability, in annotate()