We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60402a7 commit 7153b94Copy full SHA for 7153b94
src/backend/libs-and-metadata.md
@@ -103,9 +103,8 @@ The hash includes a variety of elements:
103
* Hashes of the HIR nodes.
104
* All of the upstream crate hashes.
105
* All of the source filenames.
106
-* Hashes of certain command-line flags (like `-C metadata` via the [Crate
107
- Disambiguator](#crate-disambiguator), and all CLI options marked with
108
- `[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]`).
109
110
See [`compute_hir_hash`] for where the hash is actually computed.
111
0 commit comments