Skip to content

Commit e2353b5

Browse files
committed
Disable CC on Mirror for now, it's interferring with case classes
1 parent a7e0f59 commit e2353b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/deriving/Mirror.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package scala.deriving
22

3-
import language.experimental.captureChecking
3+
// import language.experimental.captureChecking
44

55
/** Mirrors allows typelevel access to enums, case classes and objects, and their sealed parents.
66
*/

0 commit comments

Comments
 (0)