Skip to content

Commit 399d008

Browse files
authored
Update compiler-plugins.md (#21796)
can't enable `ResearchPlugin` if add `-experimental` option. - partially revert #18571 - see also #19841
2 parents a25fe5e + fc98e5f commit 399d008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/changed-features/compiler-plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For experimentation and research, Scala 3 introduces _research plugin_. Research
1818
are more powerful than Scala 2 analyzer plugins as they let plugin authors customize
1919
the whole compiler pipeline. One can easily replace the standard typer by a custom one or
2020
create a parser for a domain-specific language. However, research plugins are only
21-
enabled with the `-experimental` compiler flag or in nightly/snapshot releases of Scala 3.
21+
enabled for nightly or snaphot releases of Scala 3.
2222

2323
Common plugins that add new phases to the compiler pipeline are called
2424
_standard plugins_ in Scala 3. In terms of features, they are similar to

0 commit comments

Comments
 (0)