Skip to content

Commit 5721dc2

Browse files
---
yaml --- r: 178933 b: refs/heads/tmp c: 891f45426cb2952a2d32c86fa28242f82b5a7c20 h: refs/heads/master i: 178931: 2b9fb9c v: v3
1 parent 317404a commit 5721dc2

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
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 0746b17a5f72d09e74e4d7e64796d36ac260a6ac
37+
refs/heads/tmp: 891f45426cb2952a2d32c86fa28242f82b5a7c20

branches/tmp/src/libsyntax/parse/token.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ impl BytesContainer for InternedString {
639639
// of `BytesContainer`, which is itself a workaround for the lack of
640640
// DST.
641641
unsafe {
642-
let this = &self;
642+
let this = &self[];
643643
mem::transmute::<&[u8],&[u8]>(this.container_as_bytes())
644644
}
645645
}

0 commit comments

Comments
 (0)