rustc_hir_analysis::collect

Module item_bounds

source

Structs§

  • AssocTyToOpaque πŸ”’
  • Given some where clause like for<'b, 'c> <Self as Trait<'a_identity>>::Gat<'b>: Bound<'c>, the mapping will map 'b back to the GAT’s 'b_identity. Then we need to compress the remaining bound var 'c to index 0.

Functions§