add unstable support for outputting file checksums for use in cargo
This commit is contained in:
parent
bfe5e8cef6
commit
bb5a8276be
16 changed files with 321 additions and 28 deletions
|
@ -68,6 +68,8 @@ impl<'a> HashStable<StableHashingContext<'a>> for SourceFile {
|
|||
// Do not hash the source as it is not encoded
|
||||
src: _,
|
||||
ref src_hash,
|
||||
// Already includes src_hash, this is redundant
|
||||
checksum_hash: _,
|
||||
external_src: _,
|
||||
start_pos: _,
|
||||
source_len: _,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue