rust/tests/ui/parser/assoc
Nicholas Nethercote 76adf05cfb Rename -Zparse-only.
I was surprised to find that running with `-Zparse-only` only parses the
crate root file. Other files aren't parsed because that happens later
during expansion.

This commit renames the option and updates the help message to make this
clearer.
2024-11-29 06:10:15 +11:00
..
assoc-const-underscore-semantic-fail.rs
assoc-const-underscore-semantic-fail.stderr
assoc-const-underscore-syntactic-pass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
assoc-oddities-1.rs Rename -Zparse-only. 2024-11-29 06:10:15 +11:00
assoc-oddities-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
assoc-oddities-2.rs Rename -Zparse-only. 2024-11-29 06:10:15 +11:00
assoc-oddities-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
assoc-static-semantic-fail.rs
assoc-static-semantic-fail.stderr Improve diagnostic by suggesting to remove visibility qualifier 2024-04-12 12:59:40 +09:00
assoc-static-syntactic-fail.rs
assoc-static-syntactic-fail.stderr
assoc-type-in-type-arg.rs
assoc-type-in-type-arg.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
associated-types-project-from-hrtb-explicit.rs
associated-types-project-from-hrtb-explicit.stderr