We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abc7d6 commit e057f09Copy full SHA for e057f09
1 file changed
src/fsharp/ast.fs
@@ -1982,7 +1982,7 @@ let ParseAssemblyCodeInstructions s m =
1982
try FSharp.Compiler.AbstractIL.Internal.AsciiParser.ilInstrs
1983
FSharp.Compiler.AbstractIL.Internal.AsciiLexer.token
1984
(UnicodeLexing.StringAsLexbuf s)
1985
- with RecoverableParseError ->
+ with _ ->
1986
errorR(Error(FSComp.SR.astParseEmbeddedILError(), m)); [| |]
1987
#endif
1988
0 commit comments