I just [realized](https://github.com/rust-lang/miri/pull/4022) 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 ```