diff --git a/library/src/scala/compiletime/ops/long.scala b/library/src/scala/compiletime/ops/long.scala index b900eafca066..708fae3f07f3 100644 --- a/library/src/scala/compiletime/ops/long.scala +++ b/library/src/scala/compiletime/ops/long.scala @@ -15,6 +15,7 @@ object long: * ``` * @syntax markdown */ + @deprecated("The Successor feature for `Long` never worked, and after careful consideration it was decided to not support it at all.", "3.3.1") type S[N <: Long] <: Long /** Addition of two `Long` singleton types.