Skip to content

Commit 7cb9812

Browse files
committed
---
yaml --- r: 277645 b: refs/heads/try c: 6fc19ad h: refs/heads/master i: 277643: 921cfd5
1 parent 843612b commit 7cb9812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: 2f8f256cef42350af2f0376891fd020b6b1c37de
4+
refs/heads/try: 6fc19ada6b2c6373b28e70a1dffda68dba96f9a1
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/librustc_back/sha2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn read_u32v_be(dst: &mut[u32], input: &[u8]) {
4242
}
4343
}
4444

45-
trait ToBits {
45+
trait ToBits: Sized {
4646
/// Convert the value in bytes to the number of bits, a tuple where the 1st item is the
4747
/// high-order value and the 2nd item is the low order value.
4848
fn to_bits(self) -> (Self, Self);

0 commit comments

Comments
 (0)