eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.
http://scalaxb.org/
MIT License
335 stars 154 forks source link

Warning at target/scala-2.13/src_managed/main/sbt-scalaxb/scalaxb/scalaxb.scala:692:81 match may not be exhaustive #576

Open aleksandr-vin opened 2 years ago

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