Skip to content

Commit 11d73b5

Browse files
committed
chore: deprecate scala.annotation.elidable
1 parent e2018c2 commit 11d73b5

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)