Skip to content

Commit 7f27056

Browse files
committed
---
yaml --- r: 105910 b: refs/heads/auto c: 62026fd h: refs/heads/master v: v3
1 parent 2b91836 commit 7f27056

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: d2cfd543f764c4a3bab9149fe54233c4aa20e6d5
16+
refs/heads/auto: 62026fd6b64296c85a8150119e2cd6a162b8b5e0
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/src/libsyntax/ext/deriving/hash.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ pub fn expand_deriving_hash(cx: &mut ExtCtxt,
2424

2525
let (path, generics, args) = if cx.ecfg.deriving_hash_type_parameter {
2626
(Path::new_(vec!("std", "hash", "Hash"), None,
27-
vec!(~Literal(Path::new_local("__H"))), true),
27+
vec!(~Literal(Path::new_local("__S"))), true),
2828
LifetimeBounds {
2929
lifetimes: Vec::new(),
30-
bounds: vec!(("__H", vec!(Path::new(vec!("std", "io", "Writer"))))),
30+
bounds: vec!(("__S", vec!(Path::new(vec!("std", "io", "Writer"))))),
3131
},
32-
Path::new_local("__H"))
32+
Path::new_local("__S"))
3333
} else {
3434
(Path::new(vec!("std", "hash", "Hash")),
3535
LifetimeBounds::empty(),

0 commit comments

Comments
 (0)