Skip to content

Commit 2226bd9

Browse files
committed
---
yaml --- r: 83729 b: refs/heads/try c: 3b26bb9 h: refs/heads/master i: 83727: 7669aa7 v: v3
1 parent b75f94d commit 2226bd9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0e4d1fc8cae42e15e00f71d9f439b01bb25a86ae
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5-
refs/heads/try: 549f70989e3423642bacc41bb6c58ed81d591c03
5+
refs/heads/try: 3b26bb9022e057084f357bafbcda39cab4cda55f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libextra/time.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,8 @@ pub fn strptime(s: &str, format: &str) -> Result<Tm, ~str> {
600600
None => Err(~"Invalid day of week")
601601
}
602602
}
603+
//'X' {}
604+
//'x' {}
603605
'Y' => {
604606
match match_digits(s, pos, 4u, false) {
605607
Some(item) => {

branches/try/src/librustc/middle/typeck/check/regionmanip.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ pub fn replace_bound_regions_in_fn_sig(
3232
{
3333
let mut all_tys = ty::tys_in_fn_sig(fn_sig);
3434

35-
for &self_ty in opt_self_ty.iter() {
36-
all_tys.push(self_ty);
37-
}
38-
3935
for &t in opt_self_ty.iter() { all_tys.push(t) }
4036

4137
debug2!("replace_bound_regions_in_fn_sig(self_ty={:?}, fn_sig={}, \

0 commit comments

Comments
 (0)