Skip to content

Commit

Permalink
Merge pull request #14940 from dotty-staging/fix-14938
Browse files Browse the repository at this point in the history
Provide `Show[Throwable]`
  • Loading branch information
Kordyjan authored Apr 14, 2022
2 parents 831ddf5 + 7072aa9 commit bdddd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/printing/Formatting.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object Formatting {
given Show[Boolean] = ShowAny
given Show[String] = ShowAny
given Show[Class[?]] = ShowAny
given Show[Exception] = ShowAny
given Show[Throwable] = ShowAny
given Show[StringBuffer] = ShowAny
given Show[CompilationUnit] = ShowAny
given Show[Phases.Phase] = ShowAny
Expand Down

0 comments on commit bdddd41

Please sign in to comment.