## Compiler version 3.4.2 "-source:future" ## Minimized code ```Scala val xml = <foo></foo> ``` ## Output ```scala XML literals are no longer supported. See https://docs.scala-lang.org/scala3/reference/dropped-features/xml.html ``` ## Expectation Compiles since there is no stable solution. Only some semester project from 2019 with no documentation. Will it be merged to the language? Or will it exist as a standalone library?