We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f8089 commit a153166Copy full SHA for a153166
src/doc/rustc-dev-guide/src/serialization.md
@@ -8,8 +8,6 @@ Specifically:
8
crate, these are then deserialized by crates that depend on that library.
9
- Certain query outputs are serialized in a binary format to
10
[persist incremental compilation results].
11
-- The `-Z ast-json` and `-Z ast-json-noexpand` flags serialize the [AST] to json
12
- and output the result to stdout.
13
- [`CrateInfo`] is serialized to json when the `-Z no-link` flag is used, and
14
deserialized from json when the `-Z link-only` flag is used.
15
0 commit comments