Open
Description
Scala compiler supports wildcard syntax in compiler options: -feature -language:_
(https://youtrack.jetbrains.com/issue/SCL-18670/regression-scala.concurrent.duration.-postfix-operators-all-read#focus=Comments-27-6898157.0-0)
I couldn't find mentioning of it anywhere in docs.
Would be nice if you updated the page:
https://docs.scala-lang.org/overviews/compiler-options/index.html
and mentioned that -language:_
is also supported