We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2421f commit 288c73dCopy full SHA for 288c73d
1 file changed
test/fail_compilation/retscope6.d
@@ -173,7 +173,7 @@ T9 testfred()
173
/* TEST_OUTPUT:
174
---
175
fail_compilation/retscope6.d(10003): Error: scope variable `values` assigned to non-scope parameter `values` calling retscope6.escape
176
-fail_compilation/retscope6.d(10012): Error: `pure` function `escapePtr` returns parameter `r`, annotate with `return`
+fail_compilation/retscope6.d(10012): Deprecation: `pure` function `escapePtr` returns parameter `r`, annotate with `return`
177
178
*/
179
0 commit comments