Skip to content

Commit 109dddb

Browse files
authoredMay 10, 2024··
Fix error message in deprecation-limit.dd (#16471)
1 parent 9d079ed commit 109dddb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎changelog/dmd.deprecation-limit.dd

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ void main()
1919

2020
$(CONSOLE
2121
> dmd -verrors=3 app.d
22-
app.d(7): Deprecation: function `deprecationlimit.x` is deprecated
23-
app.d(8): Deprecation: function `deprecationlimit.x` is deprecated
24-
app.d(9): Deprecation: function `deprecationlimit.x` is deprecated
22+
app.d(7): Deprecation: function `app.f` is deprecated
23+
app.d(8): Deprecation: function `app.f` is deprecated
24+
app.d(9): Deprecation: function `app.f` is deprecated
2525
1 deprecation warning omitted, use `-verrors=0` to show all
2626
)

0 commit comments

Comments
 (0)
Please sign in to comment.