File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/tmp/src/libsyntax/parse Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
34
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
- refs/heads/tmp: 0746b17a5f72d09e74e4d7e64796d36ac260a6ac
37
+ refs/heads/tmp: 891f45426cb2952a2d32c86fa28242f82b5a7c20
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ impl BytesContainer for InternedString {
639
639
// of `BytesContainer`, which is itself a workaround for the lack of
640
640
// DST.
641
641
unsafe {
642
- let this = & self ;
642
+ let this = & self [ ] ;
643
643
mem:: transmute :: < & [ u8 ] , & [ u8 ] > ( this. container_as_bytes ( ) )
644
644
}
645
645
}
You can’t perform that action at this time.
0 commit comments