Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59d48cf

Browse files
committed
update FSComp
1 parent5e8765f commit59d48cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/buildfromsource/FSharp.Compiler.Private/FSComp.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4339,7 +4339,7 @@ type internal SR private() =
43394339
/// A type annotated with IsReadOnly must also be a struct. Consider adding the [<Struct>] attribute to the type.
43404340
/// (Originally from ..\FSComp.txt:1437)
43414341
static membertcIsReadOnlyNotStruct()=(3232, GetStringFunc("tcIsReadOnlyNotStruct",",,,"))
4342-
/// Struct members cannot return'this' orfields by reference
4342+
/// Struct members cannot returnthe address offields of the struct by reference
43434343
/// (Originally from ..\FSComp.txt:1438)
43444344
static memberchkStructsMayNotReturnAddressesOfContents()=(3234, GetStringFunc("chkStructsMayNotReturnAddressesOfContents",",,,"))
43454345

‎src/buildfromsource/FSharp.Compiler.Private/FSComp.resx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4343,6 +4343,6 @@
43434343
<value>A type annotated with IsReadOnly must also be a struct. Consider adding the [&lt;Struct&gt;] attribute to the type.</value>
43444344
</data>
43454345
<dataname="chkStructsMayNotReturnAddressesOfContents"xml:space="preserve">
4346-
<value>Struct members cannot return'this' orfields by reference</value>
4346+
<value>Struct members cannot returnthe address offields of the struct by reference</value>
43474347
</data>
43484348
</root>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp