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.
Here's what I've found fails:
cargo build -Z features=allcargo build -Z features=all --no-default-features --features runtime-async-std,migratecargo build -Z features=all --no-default-features --features runtime-async-std,anyI haven't (yet) been able to surface this just compiling sqlx-core.