Skip to content

Commit

Permalink
Remove reference to -Z ast-json and -Z ast-json-noexpand
Browse files Browse the repository at this point in the history
These were removed in 2021.
rust-lang/rust#85993
  • Loading branch information
mattheww authored and fmease committed Feb 17, 2024
1 parent 75aad4b commit 2ae8949
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Specifically:
crate, these are then deserialized by crates that depend on that library.
- Certain query outputs are serialized in a binary format to
[persist incremental compilation results].
- The `-Z ast-json` and `-Z ast-json-noexpand` flags serialize the [AST] to json
and output the result to stdout.
- [`CrateInfo`] is serialized to json when the `-Z no-link` flag is used, and
deserialized from json when the `-Z link-only` flag is used.

Expand Down

0 comments on commit 2ae8949

Please sign in to comment.