rust-lang / spec

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

Policy: Should deprecated things be called out? #33

Open ehuss opened 8 months ago

ehuss commented 8 months ago

Should the spec ever mention that some language construct is deprecated? For example, things that we know are deprecated, but will not be removed in an Edition, or whose replacement is not yet implemented or certain.

Similarly, if something is removed or changed in an Edition, should the Edition-specific docs mention that a particular thing is deprecated?