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

Add revision-like per-target filters #73

Open
oli-obk opened this issue Jun 2, 2023 · 0 comments
Open

Add revision-like per-target filters #73

oli-obk opened this issue Jun 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@oli-obk
Copy link
Owner

oli-obk commented Jun 2, 2023

//~^ ERROR[target=x86]: some pattern to match
//~| ERROR[other target]: some other pattern to match

One interesting thing would also be to choose different toolchains, so something like

//~^ ERROR[toolchain=1.69.0]: some pattern to match
//~| ERROR[toolchain=nightly]: some other pattern to match
//~| ERROR[other toolchain]: another pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant