Is there a way to disable this warning?
# language-evolution
s
Is there a way to disable this warning?
a
Why? It’s a pretty critical piece of information
s
My compiler codebases extensively uses this features. It will have hundreds, thousands of this error.
j
-Xsuppress-warning=CONTEXT_RECEIVERS_DEPRECATED
maybe?
👍 1