diff --git a/src/librustc/ty/structural_impls.rs b/src/librustc/ty/structural_impls.rs index 77e980ff319..1e2920ca87e 100644 --- a/src/librustc/ty/structural_impls.rs +++ b/src/librustc/ty/structural_impls.rs @@ -827,7 +827,7 @@ impl<'tcx> TypeFoldable<'tcx> for ty::RegionParameterDef { def_id: self.def_id, space: self.space, index: self.index, - bounds: self.bounds.fold_with(folder) + bounds: self.bounds.fold_with(folder), } }