Skip to content

Commit

Permalink
Merge pull request #7179 from dotnet/merges/master-to-feature/nullness
Browse files Browse the repository at this point in the history
Merge master to feature/nullness
  • Loading branch information
dotnet-automerge-bot committed Jul 10, 2019
2 parents bcd68dd + 91d783f commit 5daf00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/ast.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ let ParseAssemblyCodeInstructions s m =
try FSharp.Compiler.AbstractIL.Internal.AsciiParser.ilInstrs
FSharp.Compiler.AbstractIL.Internal.AsciiLexer.token
(UnicodeLexing.StringAsLexbuf s)
with RecoverableParseError ->
with _ ->
errorR(Error(FSComp.SR.astParseEmbeddedILError(), m)); [| |]
#endif

Expand Down

0 comments on commit 5daf00e

Please sign in to comment.