Remove reference to -Z ast-json and -Z ast-json-noexpand

These were removed in 2021.
https://github.com/rust-lang/rust/pull/85993
This commit is contained in:
Matthew Woodcraft 2024-02-17 19:18:11 +00:00 committed by León Orell Valerian Liehr
parent 7bd9e91ef2
commit 0916e9b8f5
1 changed files with 0 additions and 2 deletions

View File

@ -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.