Skip to content

Commit 279209e

Browse files
[chore] Set reference compiler version to 3.10.0-RC2 (#27036)
2 parents aaae90a + 340f54e commit 279209e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/_docs/reference/error-codes/E233.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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 --------------------------------------
183183
9 |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

229229
inline def foo[T: Specialized](v: Vec[T]) = v.x
230230
```
231+

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)