Rename ParamBound(s) to GenericBound(s)

This commit is contained in:
varkor
2018-06-14 12:08:58 +01:00
parent 991efa4284
commit c5f16e0e18
29 changed files with 181 additions and 181 deletions

View File

@@ -553,7 +553,7 @@ impl<'a> TraitDef<'a> {
GenericParamKind::Lifetime { .. } => param.clone(),
GenericParamKind::Type { .. } => {
// I don't think this can be moved out of the loop, since
// a ParamBound requires an ast id
// a GenericBound requires an ast id
let mut bounds: Vec<_> =
// extra restrictions on the generics parameters to the
// type being derived upon