Skip to content

Commit b0f9b5e

Browse files
authored
chore: deprecate scala.annotation.elidable (#23913)
Closes #22754
2 parents 7d27633 + 11d73b5 commit b0f9b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/scala/annotation/elidable.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ import scala.language.`2.13`
101101
* log("Debug log", LogLevel. Debug)
102102
* }}}
103103
*/
104+
@deprecated(message = "@elidable is not supported by Scala 3", since = "3.8.0")
104105
final class elidable(final val level: Int) extends scala.annotation.ConstantAnnotation
105106

106107
/** This useless appearing code was necessary to allow people to use

0 commit comments

Comments
 (0)