rust/library/test
Adam Gemmell dae8ea92a7 Configure test's unstable feature gate when built outside of bootstrap
This uses a build probe to figure out the current toolchain version -
the only alternative to this is bespoke logic in Cargo to tell `test`
when the toolchain is stable/unstable.

The behaviour should be the same as when using
`CFG_DISABLE_UNSTABLE_FEATURES` unless an arbitrary channel is provided
to bootstrap, which I believe necessitates a fork anyway.
2026-01-20 16:51:41 +00:00
..
src Configure test's unstable feature gate when built outside of bootstrap 2026-01-20 16:51:41 +00:00
build.rs Configure test's unstable feature gate when built outside of bootstrap 2026-01-20 16:51:41 +00:00
Cargo.toml Update getopts to remove unicode-width dependency 2025-08-29 15:08:51 +00:00