Skip to content

Commit 8e74ee0

Browse files
committed
fix comment
1 parent 0309664 commit 8e74ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/snapshot.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ struct FrameSnapshot<'a, 'tcx: 'a> {
335335
stmt: usize,
336336
}
337337

338-
// Not using the macro because that does not support types depending on 'tcx
338+
// Not using the macro because that does not support types depending on two lifetimes
339339
impl<'a, 'mir, 'tcx: 'mir> HashStable<StableHashingContext<'a>> for Frame<'mir, 'tcx> {
340340
fn hash_stable<W: StableHasherResult>(
341341
&self,

0 commit comments

Comments
 (0)