Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dgenerics.rs115 pub struct GenericParamCount { struct
116 pub lifetimes: usize,
117 pub types: usize,
118 pub consts: usize,
164 pub fn own_counts(&self) -> GenericParamCount { in own_counts()
181 pub fn own_defaults(&self) -> GenericParamCount { in own_defaults()
/third_party/rust/rust/compiler/rustc_hir/src/
Dhir.rs548 pub struct GenericParamCount { struct
549 pub lifetimes: usize,
550 pub types: usize,
551 pub consts: usize,
552 pub infer: usize,