Open ehuss opened 8 months ago
We should write down the policy for dealing with unstable features. I would recommend using something similar to what the Reference has:
This book also only serves as a reference to what is available in stable Rust. For unstable features being worked on, see the [Unstable Book].
In particular, I think the main branch of the spec should only include what is stabilized in the master branch of rustc.
main
master
rustc
We should write down the policy for dealing with unstable features. I would recommend using something similar to what the Reference has:
In particular, I think the
main
branch of the spec should only include what is stabilized in themaster
branch ofrustc
.