scala3
scala3 copied to clipboard
Improve error message when using experimental definitions
When an experimental definition is used, the error message shows how to enable the experimental mode. Previously we only did this for experimental language features, but not for experimental definitions.
@nicolasstucki #19783 fixes the issues with community_build_c. A rebase on main should be enough to fix it.