-
-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception.toString not useable in @safe #20573
Comments
Isn’t this rather a druntime thing than a Phobos one? |
Yes |
oops.. forgot that druntime was moved to the dmd repo. I moved it out since it wasn't a dmd issue, but you're correct. |
Yeah, this falls under the general set of issues that come from these functions being on If we made |
This code (extracted from a larger project):
Results in:
The text was updated successfully, but these errors were encountered: