Skip to content

Commit

Permalink
improvement: Add transparent to compileErrors
Browse files Browse the repository at this point in the history
This seems to fix issues with #711
  • Loading branch information
tgodzik committed Apr 15, 2024
1 parent d8a5b13 commit ec2ee68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object MacroCompat {
}

trait CompileErrorMacro {
inline def compileErrors(inline code: String): String = {
transparent inline def compileErrors(inline code: String): String = {
val errors = scala.compiletime.testing.typeCheckErrors(code)
errors
.map { error =>
Expand Down

0 comments on commit ec2ee68

Please sign in to comment.