mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-01 17:42:47 +00:00
unreachable pub
This commit is contained in:
parent
c4b3075be0
commit
f8b130a6aa
@ -144,9 +144,9 @@ pub enum WherePredicateTypeTarget {
|
||||
|
||||
#[derive(Clone, Default)]
|
||||
pub(crate) struct GenericParamsCollector {
|
||||
pub type_or_consts: Arena<TypeOrConstParamData>,
|
||||
pub lifetimes: Arena<LifetimeParamData>,
|
||||
pub where_predicates: Vec<WherePredicate>,
|
||||
pub(crate) type_or_consts: Arena<TypeOrConstParamData>,
|
||||
lifetimes: Arena<LifetimeParamData>,
|
||||
where_predicates: Vec<WherePredicate>,
|
||||
}
|
||||
|
||||
impl GenericParamsCollector {
|
||||
|
Loading…
Reference in New Issue
Block a user