Closed
Description
The crate now has two kinds of tests. The ABI-specific ones are fine, and we'll drop them in due time, but the others only work in the rust-lang/rust
tree. We need to find a way to stop running them in this repo.
We could use a Cargo feature (which might require building the tests twice on the downstream CI) or look for an environment variable. Both approaches seem a bit confusing IMHO.