File tree Expand file tree Collapse file tree
docs/_docs/reference/error-codes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,10 +179,10 @@ val b = Specialized // error: Specialized may only be used
179179 | trying to create a type synonym or a value with explicit type Specialized [X ].
180180 |
181181 -----------------------------------------------------------------------------
182- -- [E233 ] Syntax Error : example.scala: 9 : 5 --------------------------------------
182+ -- [E233 ] Syntax Error : example.scala: 9 : 9 --------------------------------------
1831839 | type W = Specialized [Int ] // error: Specialized may only be used as a context bound
184- |^^^^^^^^^ ^^^^^^^^^^^^^^^^
185- | Specialized may only be used as a context bound
184+ | ^^^^^^^^^^^^^^^^
185+ | Specialized may only be used as a context bound
186186 |-----------------------------------------------------------------------------
187187 | Explanation (enabled by `-explain`)
188188 |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -228,3 +228,4 @@ inline trait Vec[T: Specialized](val x: T)
228228
229229inline def foo [T : Specialized ](v : Vec [T ]) = v.x
230230```
231+
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ object Versions {
1212 *
1313 * Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
1414 */
15- val referenceVersion = " 3.10.0-RC1 "
15+ val referenceVersion = " 3.10.0-RC2 "
1616
1717 /** Version of the Scala compiler targeted in the current release cycle
1818 * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
You can’t perform that action at this time.
0 commit comments