Skip to content

Commit 955099b

Browse files
committed
---
yaml --- r: 108991 b: refs/heads/dist-snap c: 62026fd h: refs/heads/master i: 108989: 7675ef0 108987: dd7f226 108983: a8ac9ba 108975: 126d324 108959: f0bf005 108927: a27c7e4 v: v3
1 parent 1f16bf8 commit 955099b

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
@@ -6,7 +6,7 @@ refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: d2cfd543f764c4a3bab9149fe54233c4aa20e6d5
9+
refs/heads/dist-snap: 62026fd6b64296c85a8150119e2cd6a162b8b5e0
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/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)