Skip to content

Commit 8c84e7e

Browse files
committed
---
yaml --- r: 82171 b: refs/heads/master c: 3b26bb9 h: refs/heads/master i: 82169: 009d2ae 82167: df211f6 v: v3
1 parent c47a549 commit 8c84e7e

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 549f70989e3423642bacc41bb6c58ed81d591c03
2+
refs/heads/master: 3b26bb9022e057084f357bafbcda39cab4cda55f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/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) => {

trunk/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)