rust-lang / spec

The Rust specification
Apache License 2.0
103 stars 7 forks source link

Policy on unstable features #21

Open ehuss opened 8 months ago

ehuss commented 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.