Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 601 Bytes

File metadata and controls

11 lines (7 loc) · 601 Bytes

Using unstable language features

The standard library codebase is a great place to try unstable language features, but we have to be careful about exposing them publicly. The following is a list of unstable language features that are ok to use within the standard library itself along with any caveats:

For reviewers

Look out for any use of unstable language features in PRs, especially if any new #![feature] attributes have been added.