|
1 |
| --- [E008] Not Found Error: tests/neg/i11994.scala:2:28 ----------------------------------------------------------------- |
2 |
| -2 |implicit def foo[T <: Tuple.meow]: Unit = ??? // error |
3 |
| - | ^^^^^^^^^^ |
4 |
| - | type meow is not a member of object Tuple. |
5 |
| - | Extension methods were tried, but the search failed with: |
6 |
| - | |
7 |
| - | Cyclic reference involving method foo |
8 |
| - | |
9 |
| - | The error occurred while trying to compute the signature of method foo |
10 |
| - | which required to compute the signature of type T |
11 |
| - | which required to compute the signature of method foo |
12 |
| - | |
13 |
| - | Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace. |
14 |
| --- [E008] Not Found Error: tests/neg/i11994.scala:3:18 ----------------------------------------------------------------- |
| 1 | +-- [E046] Cyclic Error: tests/neg/i11994.scala:3:18 -------------------------------------------------------------------- |
15 | 2 | 3 |given [T <: Tuple.meow]: Unit = ??? // error
|
16 |
| - | ^^^^^^^^^^ |
17 |
| - | type meow is not a member of object Tuple. |
18 |
| - | Extension methods were tried, but the search failed with: |
| 3 | + | ^ |
| 4 | + | Cyclic reference involving method given_Unit |
| 5 | + | |
| 6 | + | The error occurred while trying to compute the signature of given instance given_Unit |
| 7 | + | which required to compute the signature of type T |
| 8 | + | which required to compute the signature of given instance given_Unit |
| 9 | + | |
| 10 | + | Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace. |
19 | 11 | |
|
20 |
| - | Cyclic reference involving method given_Unit |
21 |
| - | |
22 |
| - | The error occurred while trying to compute the signature of given instance given_Unit |
23 |
| - | which required to compute the signature of type T |
24 |
| - | which required to compute the signature of given instance given_Unit |
25 |
| - | |
26 |
| - | Run with both -explain-cyclic and -Ydebug-cyclic to see full stack trace. |
| 12 | + | longer explanation available when compiling with `-explain` |
0 commit comments