Here's what I've found fails: * `cargo build -Z features=all` * `cargo build -Z features=all --no-default-features --features runtime-async-std,migrate` * `cargo build -Z features=all --no-default-features --features runtime-async-std,any` I haven't (yet) been able to surface this just compiling sqlx-core.