feat(errors): enable verrors=context globally (#20576)

Signed-off-by: royalpinto007 <royalpinto007@gmail.com>
This commit is contained in:
Royal Simpson Pinto 2025-01-03 02:47:59 +05:30 committed by GitHub
parent c57da0cf59
commit 45e4a09a3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 87 additions and 52 deletions

View file

@ -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
---
*/