about summary refs log tree commit diff
path: root/src/librustc/ich/impls_syntax.rs
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2017-12-15 16:50:07 -0600
committerMichael Woerister <michaelwoerister@posteo>2017-12-15 16:50:07 -0600
commitc7e5b703cd5c4926b477fe1ded13df42d31a62da (patch)
treef4ab0a465ecef6c8123307a14c40f8da486745ff /src/librustc/ich/impls_syntax.rs
parent77efd6800c57ba83923dddbbabf03c7afa6a34a4 (diff)
downloadrust-c7e5b703cd5c4926b477fe1ded13df42d31a62da.tar.gz
rust-c7e5b703cd5c4926b477fe1ded13df42d31a62da.zip
incr.comp.: Revert hashing optimization that caused regression.
Diffstat (limited to 'src/librustc/ich/impls_syntax.rs')
-rw-r--r--src/librustc/ich/impls_syntax.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc/ich/impls_syntax.rs b/src/librustc/ich/impls_syntax.rs
index dfb90a5d27f..c25aa10eb1e 100644
--- a/src/librustc/ich/impls_syntax.rs
+++ b/src/librustc/ich/impls_syntax.rs
@@ -394,8 +394,6 @@ impl<'gcx> HashStable<StableHashingContext<'gcx>> for FileMap {
             // Do not hash the source as it is not encoded
             src: _,
             src_hash,
-            // The stable id is just a hash of other fields
-            stable_id: _,
             external_src: _,
             start_pos,
             end_pos: _,