Skip to content

Commit 76a76ee

Browse files
Merge pull request #6899 from deontaljaard/patch-2
Amend in-line markdown links for docs/reference/dropped-features/macros.md
2 parents f4b576b + b0ca6bc commit 76a76ee

File tree

1 file changed

+3
-3
lines changed
  • docs/docs/reference/dropped-features

1 file changed

+3
-3
lines changed

docs/docs/reference/dropped-features/macros.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ The previous, experimental macro system has been dropped. Instead, there is a cl
88
In this setting, a definition marked as inlined containing a `${ ... }` is a macro, the code inside the `${ ... }` is executed at compile-time and produces code in the form of `'{ ... }`.
99
Additionally, the contents of code can be inspected and created with a more complex reflection API (TASTy Reflect) as an extension of `'{ ... }`/`${ ... }` framework.
1010

11-
* `inline` has been [implemented](../other-new-features/inline.md) in Dotty.
12-
* Quotes `'{ ... }` and splices `${ ... }` has been [implemented](../other-new-features/principled-meta-programming.md) in Dotty.
13-
* [TASTy reflect](../other-new-features/tasty-reflect.md) provides more complex tree based APIs to inspect or create quoted code.
11+
* `inline` has been [implemented](../metaprogramming/inline.md) in Dotty.
12+
* Quotes `'{ ... }` and splices `${ ... }` has been [implemented](../metaprogramming/macros.md) in Dotty.
13+
* [TASTy reflect](../metaprogramming/tasty-reflect.md) provides more complex tree based APIs to inspect or create quoted code.

0 commit comments

Comments
 (0)