-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
compiletest: Add CompilerKind to distinguish between rustc and rustdoc
#151683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Some changes occurred in src/tools/compiletest cc @jieyouxu |
|
Let's see if PR CI finds anything I missed. 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this is a nice clarity improvement. Two tiny nits, r=me otherwise.
|
@rustbot author |
7602ad5 to
973b90c
Compare
973b90c to
40d4d32
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
@rustbot ready |
|
Cool, r=me once PR CI is 🍏 |
|
@bors r=jieyouxu |
This PR slightly improves
TestCx::make_compile_argsby usingCompilerKindto explicitly distinguish between rustc and rustdoc.The resulting code could still use more attention, but I think this is a good incremental improvement.
There should (hopefully) be no change to overall compiletest behaviour.