mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
e1cd0ad490
core: Update the feature gate on `TryFrom<integer> for bool`
This implementation was added recently in f12288ec26 ("TryFrom<integer> for bool") but used an old feature gate and stabilization version. Update to reflect when these were actually added.