Skip to content

Commit c464bc6

Browse files
committed
deprecate patch files
1 parent 1ca5920 commit c464bc6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

library/src/scala/runtime/stdLibPatches/Predef.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import scala.language.experimental.captureChecking
55
import scala.annotation.experimental
66
import scala.annotation.internal.RuntimeChecked
77

8+
@deprecated(message = "Patches to the stdlib are not applied anymore", since = "3.8.0")
89
object Predef:
910
import compiletime.summonFrom
1011

library/src/scala/runtime/stdLibPatches/language.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import scala.annotation.compileTimeOnly
66

77
/** Scala 3 additions and replacements to the `scala.language` object.
88
*/
9+
@deprecated(message = "Patches to the stdlib are not applied anymore", since = "3.8.0")
910
object language:
1011

1112
/** The experimental object contains features that have been recently added but have not

0 commit comments

Comments
 (0)