Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"match may not be exhaustive." error when compailing with 2.13.4 #552

Open
margussipria opened this issue Feb 3, 2021 · 1 comment
Open

Comments

@margussipria
Copy link
Contributor

After trying to upgrade to Scala 2.13.4 I'm getting following error:

[error] /application/application-soap/target/scala-2.13/src_managed/main/sbt-scalaxb/scalaxb/scalaxb.scala:692:81: match may not be exhaustive.
[error] It would fail on the following inputs: Error(_, _), Failure(_, _)
[error]     private def lookupSuccess[U](p: Parser[U], input: Input): ParseResult[U] = p(input) match {

I was using version 1.7.5 but also happened when upgraded to version 1.8.0

@eed3si9n
Copy link
Owner

Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants