Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit e31bc96

Browse files
committed
fix integration
1 parent 7ca24d5 commit e31bc96

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • src/buildfromsource/FSharp.Compiler.Private

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4338,14 +4338,10 @@ type internal SR private() =
43384338
static member tcIsReadOnlyNotStruct() = (3231, GetStringFunc("tcIsReadOnlyNotStruct",",,,") )
43394339
/// Struct members cannot return the address of fields of the struct by reference
43404340
/// (Originally from ..\FSComp.txt:1437)
4341-
<<<<<<< HEAD
4342-
static member chkStructsMayNotReturnAddressesOfContents() = (3232, GetStringFunc("chkStructsMayNotReturnAddressesOfContents",",,,") )
4343-
=======
43444341
static member tcIsReadOnlyNotStruct() = (3232, GetStringFunc("tcIsReadOnlyNotStruct",",,,") )
43454342
/// Struct members cannot return the address of fields of the struct by reference
43464343
/// (Originally from ..\FSComp.txt:1438)
43474344
static member chkStructsMayNotReturnAddressesOfContents() = (3234, GetStringFunc("chkStructsMayNotReturnAddressesOfContents",",,,") )
4348-
>>>>>>> 15d9391
43494345
/// The function or method call cannot be used at this point, because one argument that is a byref of a non-stack-local Span or IsByRefLike type is used with another argument that is a stack-local Span or IsByRefLike type. This is to ensure the address of the local value does not escape its scope.
43504346
/// (Originally from ..\FSComp.txt:1438)
43514347
static member chkNoByrefLikeFunctionCall() = (3233, GetStringFunc("chkNoByrefLikeFunctionCall",",,,") )

0 commit comments

Comments
 (0)