Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

📜 Const Generics Charter

The goal of this group is to both improve and extend the support for const generics.

Goals

Improving the user experience when using and working on const generics. This includes both improvements to diagnostics for the already stabilized parts as well as adding new features:

  • more const param types, most importantly user defined types and &'static str
  • allowing complex generic operations in constants

Constraints And Considerations

At least for the near future, we will mostly focus on the items mentioned above.