mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Make safe error messages consistent (#20654)
Co-authored-by: Dennis Korpel <dennis@sarc.nl>
This commit is contained in:
parent
0f35acb452
commit
9b94878c85
104 changed files with 394 additions and 377 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
TEST_OUTPUT:
|
||||
---
|
||||
fail_compilation/safe_pointer_index.d(11): Error: `@safe` function `f` cannot index pointer `x`
|
||||
fail_compilation/safe_pointer_index.d(11): Error: indexing pointer `x` is not allowed in a `@safe` function
|
||||
---
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue