Skip to content

Commit a153166

Browse files
matthewwfmease
authored andcommitted
Remove reference to -Z ast-json and -Z ast-json-noexpand
These were removed in 2021. rust-lang#85993
1 parent 61f8089 commit a153166

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/rustc-dev-guide/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)