Format comment in a nicer way.
Just kidding I'm doing this only to unstuck @bors/homu/buildbot.
This commit is contained in:
parent
1e4241ab31
commit
ab5dcff131
@ -306,8 +306,8 @@ impl<'tcx> TypeFoldable<'tcx> for &'tcx Substs<'tcx> {
|
|||||||
fn super_fold_with<'gcx: 'tcx, F: TypeFolder<'gcx, 'tcx>>(&self, folder: &mut F) -> Self {
|
fn super_fold_with<'gcx: 'tcx, F: TypeFolder<'gcx, 'tcx>>(&self, folder: &mut F) -> Self {
|
||||||
let params: Vec<_> = self.iter().map(|k| k.fold_with(folder)).collect();
|
let params: Vec<_> = self.iter().map(|k| k.fold_with(folder)).collect();
|
||||||
|
|
||||||
// If folding doesn't change the substs, it's faster to avoid calling
|
// If folding doesn't change the substs, it's faster to avoid
|
||||||
// `mk_substs` and instead reuse the existing substs.
|
// calling `mk_substs` and instead reuse the existing substs.
|
||||||
if params[..] == self[..] {
|
if params[..] == self[..] {
|
||||||
self
|
self
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user