We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcd68dd + 91d783f commit 5daf00eCopy full SHA for 5daf00e
src/fsharp/ast.fs
@@ -1994,7 +1994,7 @@ let ParseAssemblyCodeInstructions s m =
1994
try FSharp.Compiler.AbstractIL.Internal.AsciiParser.ilInstrs
1995
FSharp.Compiler.AbstractIL.Internal.AsciiLexer.token
1996
(UnicodeLexing.StringAsLexbuf s)
1997
- with RecoverableParseError ->
+ with _ ->
1998
errorR(Error(FSComp.SR.astParseEmbeddedILError(), m)); [| |]
1999
#endif
2000
0 commit comments