File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
_overviews/scala3-migration Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,10 @@ You can learn all the new metaprogramming concepts by reading the [Macros in Sca
6363## Cross-building a Macro Library
6464
6565You have written a wonderful macro library and you would like it to be available in Scala 2.13 and Scala 3.
66- There are two different approaches, the traditional cross-building technique and the more experimental mixing macro technique.
66+ There are two different approaches, the traditional cross-building technique and the more flexible macro mixing technique.
67+
68+ The benefit of macro mixing is that consumers who take advantage of the ` -Ytasty-reader ` option can still use your macros.
69+
6770You can learn about them by reading these tutorials:
6871- [ Cross-Building a Macro Library] ( tutorial-macro-cross-building.html )
6972- [ Mixing Scala 2.13 and Scala 3 Macros] ( tutorial-macro-mixing.html )
You can’t perform that action at this time.
0 commit comments