We still[ bring in](https://github.com/lampepfl/dotty/blob/b826bf48ae4368508aa2a2bec2614502f16e17e7/project/Build.scala#L560) `scala-xml` to run our tests. We should: - Report an error when compiling xml literals and `scala-xml` is not on the classpath similarly to [scalac](https://github.com/scala/scala/blob/1bf19cd2f9ec14e863e0730eaf02d1a62db21b49/src/compiler/scala/tools/nsc/typechecker/Contexts.scala#L144-L145). - `-Ystop-after:parser` for tests that parse xml - And then completely remove the dependency