Fix "Crate disambiguator" in libs-and-metadata.md

This commit is contained in:
Hoblovski 2023-03-16 16:06:37 +08:00 committed by Tshepang Mbambo
parent 82a5c6d47b
commit f946bd407f
1 changed files with 2 additions and 3 deletions

View File

@ -103,9 +103,8 @@ The hash includes a variety of elements:
* Hashes of the HIR nodes.
* All of the upstream crate hashes.
* All of the source filenames.
* Hashes of certain command-line flags (like `-C metadata` via the [Crate
Disambiguator](#crate-disambiguator), and all CLI options marked with
`[TRACKED]`).
* Hashes of certain command-line flags (like `-C metadata` via the [Stable
Crate Id](#stable-crate-id), and all CLI options marked with `[TRACKED]`).
See [`compute_hir_hash`] for where the hash is actually computed.