diff options
Diffstat (limited to 'libphobos/src/std/sumtype.d')
| -rw-r--r-- | libphobos/src/std/sumtype.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/src/std/sumtype.d b/libphobos/src/std/sumtype.d index 4e76156b1cb..80ce73d6a75 100644 --- a/libphobos/src/std/sumtype.d +++ b/libphobos/src/std/sumtype.d @@ -1988,7 +1988,7 @@ private template matchImpl(Flag!"exhaustive" exhaustive, handlers...) ? "template" : typeof(handler).stringof ) ~ "` " ~ - "never matches" + "never matches. Perhaps the handler failed to compile" ); } |
