We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@inline/@noinline
1 parent 98b4b06 commit 976f8d0Copy full SHA for 976f8d0
HISTORY.md
@@ -13,7 +13,7 @@ New language features
13
no errors were thrown ([#42211]).
14
* `@inline` and `@noinline` annotations can now be placed within a function body ([#41312]).
15
* `@inline` and `@noinline` annotations can now be applied to a function call site or block
16
- to enforce the involved function calls to be (or not to be) inlined ([#41312]).
+ to enforce the involved function calls to be (or not to be) inlined ([#41328]).
17
* `∀`, `∃`, and `∄` are now allowed as identifier characters ([#42314]).
18
* Support for Unicode 14.0.0 ([#43443]).
19
* `Module(:name, false, false)` can be used to create a `module` that contains no names
0 commit comments