[This feature detection code](https://github.com/dtolnay/trybuild/blob/7ce4c26bd1f074586beb7b385d65514e707b3f85/src/features.rs#L27-L91) no longer works correctly on nightly as of https://github.com/rust-lang/rust/commit/83709eedfff36840b0749ca429ac43f5479b268f which pulls in https://github.com/rust-lang/cargo/pull/17258 which changes the target directory layout. All features are now treated as disabled.
This feature detection code no longer works correctly on nightly as of rust-lang/rust@83709ee which pulls in rust-lang/cargo#17258 which changes the target directory layout. All features are now treated as disabled.