We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294b5da commit c54bf67Copy full SHA for c54bf67
docs/_docs/reference/experimental/erased-defs.md
@@ -161,8 +161,8 @@ object Machine:
161
// State must be Off
162
```
163
164
-Note that in [Inline](../metaprogramming/inline.md) we discussed `erasedValue` and inline
165
-matches. `erasedValue` is implemented with `erased`, so the state machine above
+Note that in [Compile-time operations](../metaprogramming/compiletime-ops.md#erasedvalue) we discussed `erasedValue` and inline
+matches. `erasedValue` is internally implemented with `erased` (and is not experimental), so the state machine above
166
can be encoded as follows:
167
168
```scala
0 commit comments