mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-18 11:03:09 +00:00

Currently there is a single feature called "unstable" that is used to control whether intrinsics may be called. In anticipation of adding other unstable features that we will want to control separately, create a new feature called "unstable-intrinsics" that is enabled by "unstable". Then move everything gated by "unstable" to "unstable-intrinsics".