Skip to content

Commit 135e763

Browse files
benchmark ignoring span hashes during incr. comp. for getting a lower bound for #47389
1 parent 10e2c72 commit 135e763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ich/hcx.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ impl<'a> HashStable<StableHashingContext<'a>> for Span {
320320
const TAG_EXPANSION: u8 = 0;
321321
const TAG_NO_EXPANSION: u8 = 1;
322322

323-
if !hcx.hash_spans {
323+
if !hcx.hash_spans && false {
324324
return
325325
}
326326

0 commit comments

Comments
 (0)