We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@only-target
I just realized that we recently accidentally disabled a test in Miri... I wonder if we should warn against having multiple @only-target?
OTOH that could be legitimate when it's something like
// Only on linux on x86 (32/64) targets @only-target: linux @only-target: 86
The text was updated successfully, but these errors were encountered:
We could allow regexes in the pattern and then forbid there being multiple only-target or only-host
Sorry, something went wrong.
No branches or pull requests
I just realized that we recently accidentally disabled a test in Miri... I wonder if we should warn against having multiple
@only-target
?OTOH that could be legitimate when it's something like
The text was updated successfully, but these errors were encountered: