Module rustc_hir_analysis::bounds

source ·
Expand description

Bounds are restrictions applied to some types after they’ve been lowered from the HIR to the rustc_middle::ty form.

Structs§

  • Collects together a list of type bounds. These lists of bounds occur in many places in Rust’s syntax: