Skip to content

Commit

Permalink
note experimental feature [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 16, 2017
1 parent 8de779c commit c08c38b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ New language features
Language changes
----------------

* `x^n` for integer literals `n` (e.g. `x^3` or `x^-3`) is now
lowered to `x^Val{n}`, to enable compile-time specialization
for literal integer exponents ([#20530]).

* "Inner constructor" syntax for parametric types is deprecated. For example,
in this definition:
```
Expand Down Expand Up @@ -66,6 +62,10 @@ Language changes
* The identifier `_` can be assigned, but accessing its value is deprecated,
allowing this syntax to be used in the future for discarding values ([#9343], [#18251]).

* Experimental feature: `x^n` for integer literals `n` (e.g. `x^3`
or `x^-3`) is now lowered to `x^Val{n}`, to enable compile-time
specialization for literal integer exponents ([#20530]).

Breaking changes
----------------

Expand Down

0 comments on commit c08c38b

Please sign in to comment.