We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493082b commit 90907edCopy full SHA for 90907ed
compiler/src/dotty/tools/dotc/parsing/Parsers.scala
@@ -3232,7 +3232,7 @@ object Parsers {
3232
if sourceVersion.isAtLeast(`3.1`) then
3233
deprecationWarning(
3234
em"""`= _` has been deprecated; use `= uninitialized` instead.
3235
- |`uninitialized` needs to be imported from scala.compiletime.""", rhsOffset)
+ |`uninitialized` can be imported with `scala.compiletime.uninitialized`.""", rhsOffset)
3236
placeholderParams = placeholderParams.tail
3237
atSpan(rhs0.span) { Ident(nme.WILDCARD) }
3238
case rhs0 => rhs0
0 commit comments