Fix "Crate disambiguator" in libs-and-metadata.md
This commit is contained in:
parent
82a5c6d47b
commit
f946bd407f
|
|
@ -103,9 +103,8 @@ The hash includes a variety of elements:
|
||||||
* Hashes of the HIR nodes.
|
* Hashes of the HIR nodes.
|
||||||
* All of the upstream crate hashes.
|
* All of the upstream crate hashes.
|
||||||
* All of the source filenames.
|
* All of the source filenames.
|
||||||
* Hashes of certain command-line flags (like `-C metadata` via the [Crate
|
* Hashes of certain command-line flags (like `-C metadata` via the [Stable
|
||||||
Disambiguator](#crate-disambiguator), and all CLI options marked with
|
Crate Id](#stable-crate-id), and all CLI options marked with `[TRACKED]`).
|
||||||
`[TRACKED]`).
|
|
||||||
|
|
||||||
See [`compute_hir_hash`] for where the hash is actually computed.
|
See [`compute_hir_hash`] for where the hash is actually computed.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue