Skip to content

Commit 90907ed

Browse files
Update compiler/src/dotty/tools/dotc/parsing/Parsers.scala
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent 493082b commit 90907ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/parsing/Parsers.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3232,7 +3232,7 @@ object Parsers {
32323232
if sourceVersion.isAtLeast(`3.1`) then
32333233
deprecationWarning(
32343234
em"""`= _` has been deprecated; use `= uninitialized` instead.
3235-
|`uninitialized` needs to be imported from scala.compiletime.""", rhsOffset)
3235+
|`uninitialized` can be imported with `scala.compiletime.uninitialized`.""", rhsOffset)
32363236
placeholderParams = placeholderParams.tail
32373237
atSpan(rhs0.span) { Ident(nme.WILDCARD) }
32383238
case rhs0 => rhs0

0 commit comments

Comments
 (0)