You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compiler/FSComp.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1558,6 +1558,7 @@ featureLowercaseDUWhenRequireQualifiedAccess,"Allow lowercase DU when RequireQua
1558
1558
featureMatchNotAllowedForUnionCaseWithNoData,"Pattern match discard is not allowed for union case that takes no data."
1559
1559
featureCSharpExtensionAttributeNotRequired,"Allow implicit Extension attribute on declaring types, modules"
1560
1560
featureErrorForNonVirtualMembersOverrides,"Raises errors for non-virtual members overrides"
1561
+
featureWarningWhenInliningMethodImplNoInlineMarkedFunction,"Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined."
3354,tcNotAFunctionButIndexerNamedIndexingNotYetEnabled,"This value supports indexing, e.g. '%s.[index]'. The syntax '%s[index]' requires /langversion:preview. See https://aka.ms/fsharp-index-notation."
1563
1564
3354,tcNotAFunctionButIndexerIndexingNotYetEnabled,"This expression supports indexing, e.g. 'expr.[index]'. The syntax 'expr[index]' requires /langversion:preview. See https://aka.ms/fsharp-index-notation."
<source>Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</source>
332
+
<target state="new">Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</target>
333
+
<note />
334
+
</trans-unit>
330
335
<trans-unit id="featureWildCardInForLoop">
331
336
<source>wild card in for loop</source>
332
337
<target state="translated">zástupný znak ve smyčce for</target>
<source>Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</source>
332
+
<target state="new">Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</target>
333
+
<note />
334
+
</trans-unit>
330
335
<trans-unit id="featureWildCardInForLoop">
331
336
<source>wild card in for loop</source>
332
337
<target state="translated">Platzhalter in for-Schleife</target>
<source>Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</source>
332
+
<target state="new">Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</target>
333
+
<note />
334
+
</trans-unit>
330
335
<trans-unit id="featureWildCardInForLoop">
331
336
<source>wild card in for loop</source>
332
337
<target state="translated">carácter comodín en bucle for</target>
<source>Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</source>
332
+
<target state="new">Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</target>
333
+
<note />
334
+
</trans-unit>
330
335
<trans-unit id="featureWildCardInForLoop">
331
336
<source>wild card in for loop</source>
332
337
<target state="translated">caractère générique dans une boucle for</target>
<source>Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</source>
332
+
<target state="new">Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</target>
333
+
<note />
334
+
</trans-unit>
330
335
<trans-unit id="featureWildCardInForLoop">
331
336
<source>wild card in for loop</source>
332
337
<target state="translated">carattere jolly nel ciclo for</target>
<source>Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</source>
332
+
<target state="new">Raises warnings when 'let inline ... =' is used together with [<MethodImpl(MethodImplOptions.NoInlining)>] attribute. Function is not getting inlined.</target>
0 commit comments