You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.nim(5, 5) Warning: bar is deprecated [Deprecated]
Expected Output
No warnings should be shown.
Additional Information
The same bug manifests if foo is a generic proc
Nim Compiler Version 1.5.1 [Linux: amd64]
Compiled at 2020-10-19
Copyright (c) 2006-2020 by Andreas Rumpf
git hash: f20e485827df6df97b8396558b10d7c59ca1b7dc
active boot switches: -d:release -d:nimUseLinenoise -d:nativeStackTrace
The text was updated successfully, but these errors were encountered:
Example
Current Output
Expected Output
No warnings should be shown.
Additional Information
foo
is a generic procThe text was updated successfully, but these errors were encountered: