We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b344239 commit 5dcb63aCopy full SHA for 5dcb63a
docs/docs/reference/metaprogramming/staging.md
@@ -88,12 +88,12 @@ libraryDependencies += "ch.epfl.lamp" %% "dotty-staging" % scalaVersion.value
88
```
89
90
and in case you use `dotc`/`dotr` directly, then use the `-with-compiler` flag for both:
91
+
92
```shell
93
dotc -with-compiler -d out Test.scala
94
dotr -with-compiler -classpath out Test
95
96
-
97
## Example
98
99
Now take exactly the same example as in [Macros](./macros.md). Assume that we
0 commit comments