Skip to content
  • Matt Renaud's avatar
    Refactor shared TargetProblem data types into their own module. · f00d3818
    Matt Renaud authored and Oleg Grenrus's avatar Oleg Grenrus committed
    Moved "problem rendering" to CmdErrorMessages module
    
    Additions by Oleg Grenrus:
    
    - There were CommonTargetProblem, but now
      TargetProblem has an extension point so we can have just one type.
      A lot of code is simplified as we don't need to pass in injection
      from CommonTargetProblem to the resulting `err` type.
    f00d3818