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:
parent
7bd9e91ef2
commit
0916e9b8f5
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue