Skip to content

Commit 6ee821b

Browse files
committed
---
yaml --- r: 185866 b: refs/heads/auto c: abdb42b h: refs/heads/master v: v3
1 parent 36812b6 commit 6ee821b

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
@@ -10,7 +10,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1010
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1111
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1212
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
13-
refs/heads/auto: eb77fe9e06994b0a541680450c287b10452ba91a
13+
refs/heads/auto: abdb42ba6402e5c16c10ec19643a4da1f855d653
1414
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1515
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1616
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/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/auto/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)