Skip to content

Commit 2ae8949

Browse files
matthewwfmease
authored andcommitted
Remove reference to -Z ast-json and -Z ast-json-noexpand
These were removed in 2021. rust-lang/rust#85993
1 parent 75aad4b commit 2ae8949

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/serialization.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Specifically:
88
crate, these are then deserialized by crates that depend on that library.
99
- Certain query outputs are serialized in a binary format to
1010
[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.
1311
- [`CrateInfo`] is serialized to json when the `-Z no-link` flag is used, and
1412
deserialized from json when the `-Z link-only` flag is used.
1513

0 commit comments

Comments
 (0)