Skip to content
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

Use specified compiler in is_flag_supported #676

Merged
merged 1 commit into from
Oct 29, 2022

Conversation

Ast-x64
Copy link
Contributor

@Ast-x64 Ast-x64 commented Apr 26, 2022

Use the compiler specified instead of the default one to test whether a flag can be accepted.
Fixes #675.

Copy link
Member

@thomcc thomcc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems very reasonable.

Can you rebase in order to retrigger CI? I'm not sure why the windows checks are cancelled, but because it's old the logs are gone, so it's not clear what happened. (Also because it's old, github won't let me retrigger it from here).

(P.S. sorry for the delay on this review, should be better moving forward)

Use the compiler specified instead of the default one to test whether a
flag can be accepted.
Fixes rust-lang#675.
@thomcc thomcc merged commit 3eeb50b into rust-lang:main Oct 29, 2022
@thomcc
Copy link
Member

thomcc commented Oct 29, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

is_flag_supported not using compiler specified by user
2 participants