Skip to content

Commit 877dcfd

Browse files
committed
---
yaml --- r: 187754 b: refs/heads/tmp c: abdb42b h: refs/heads/master v: v3
1 parent 6a38482 commit 877dcfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: eb77fe9e06994b0a541680450c287b10452ba91a
37+
refs/heads/tmp: abdb42ba6402e5c16c10ec19643a4da1f855d653
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/tmp/src/librustc_typeck/coherence/overlap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl<'cx, 'tcx,'v> visit::Visitor<'v> for OverlapChecker<'cx, 'tcx> {
147147
None => {
148148
self.tcx.sess.bug(
149149
&format!("no default implementation recorded for `{:?}`",
150-
item)[]);
150+
item));
151151
}
152152
}
153153
}

branches/tmp/src/librustc_typeck/collect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ fn ty_generic_predicates<'a,'tcx>(ccx: &CrateCtxt<'a,'tcx>,
17201720
let param_ty = ty::ParamTy::new(space, index, param.ident.name).to_ty(ccx.tcx);
17211721
let bounds = compute_bounds(&ccx.icx(&(base_predicates, ast_generics)),
17221722
param_ty,
1723-
&param.bounds[],
1723+
&param.bounds,
17241724
SizedByDefault::Yes,
17251725
param.span);
17261726
let predicates = ty::predicates(ccx.tcx, param_ty, &bounds);

0 commit comments

Comments
 (0)