T-lang stabilizations -- final comment period happening now!

The following language features are undergoing stabilization this release cycle:

  • the ? operator (not catch) – current inclination is to stabilize
  • the no_debug feature, which allows disabling debuginfo on a per-fn basis – current inclination is to deprecate and remove
  • the Reflect trait, which is a special trait used to tag fns that can expose more info about a generic parameter than would normally be available – current inclination is to deprecate and remove
  • attributes on expressions and statements – current inclination is to stabilize on statements; the fate of attributes on expressions is under active debate.

Please give your feedback!

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.