Skip to content

Commit 976f8d0

Browse files
committed
Fix PR number for @inline/@noinline annotations
1 parent 98b4b06 commit 976f8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ New language features
1313
no errors were thrown ([#42211]).
1414
* `@inline` and `@noinline` annotations can now be placed within a function body ([#41312]).
1515
* `@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]).
16+
to enforce the involved function calls to be (or not to be) inlined ([#41328]).
1717
* ``, ``, and `` are now allowed as identifier characters ([#42314]).
1818
* Support for Unicode 14.0.0 ([#43443]).
1919
* `Module(:name, false, false)` can be used to create a `module` that contains no names

0 commit comments

Comments
 (0)