mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
feat(errors): enable verrors=context globally (#20576)
Signed-off-by: royalpinto007 <royalpinto007@gmail.com>
This commit is contained in:
parent
c57da0cf59
commit
45e4a09a3e
34 changed files with 87 additions and 52 deletions
|
@ -1,9 +1,10 @@
|
|||
// COMPILABLE_MATH_TEST
|
||||
// PERMUTE_ARGS:
|
||||
// REQUIRED_ARGS: -verrors=simple
|
||||
// EXTRA_FILES: imports/a12506.d
|
||||
/* TEST_OUTPUT:
|
||||
---
|
||||
compilable/compile1.d(230): Deprecation: use of complex type `cdouble` is deprecated, use `std.complex.Complex!(double)` instead
|
||||
compilable/compile1.d(231): Deprecation: use of complex type `cdouble` is deprecated, use `std.complex.Complex!(double)` instead
|
||||
---
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue