1
Fork 0

Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebank

Rename `-Zparse-only`

It's a misleading name.

r? ````@estebank````
This commit is contained in:
Matthias Krüger 2024-11-29 10:19:00 +01:00 committed by GitHub
commit ce52b7b3d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 21 additions and 18 deletions

View file

@ -712,7 +712,7 @@ fn test_unstable_options_tracking_hash() {
untracked!(no_analysis, true);
untracked!(no_leak_check, true);
untracked!(no_parallel_backend, true);
untracked!(parse_only, true);
untracked!(parse_crate_root_only, true);
// `pre_link_arg` is omitted because it just forwards to `pre_link_args`.
untracked!(pre_link_args, vec![String::from("abc"), String::from("def")]);
untracked!(print_codegen_stats, true);