mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Expand toErrMsg
to other types (#20896)
This commit is contained in:
parent
edd9eb5a2f
commit
e082ce247a
4 changed files with 29 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
TEST_OUTPUT:
|
||||
---
|
||||
fail_compilation/fail11375.d(18): Error: constructor `fail11375.D!().D.this` is not `nothrow`
|
||||
which calls `this() { return this; }`
|
||||
which calls `this`
|
||||
fail_compilation/fail11375.d(16): Error: function `D main` may throw but is marked as `nothrow`
|
||||
---
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue