Skip to content

Commit 5daf00e

Browse files
author
dotnet-automerge-bot
authored
Merge pull request #7179 from dotnet/merges/master-to-feature/nullness
Merge master to feature/nullness
2 parents bcd68dd + 91d783f commit 5daf00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/ast.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ let ParseAssemblyCodeInstructions s m =
19941994
try FSharp.Compiler.AbstractIL.Internal.AsciiParser.ilInstrs
19951995
FSharp.Compiler.AbstractIL.Internal.AsciiLexer.token
19961996
(UnicodeLexing.StringAsLexbuf s)
1997-
with RecoverableParseError ->
1997+
with _ ->
19981998
errorR(Error(FSComp.SR.astParseEmbeddedILError(), m)); [| |]
19991999
#endif
20002000

0 commit comments

Comments
 (0)