mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 14:55:24 +00:00
Remove duplicate line number from 'invalid forward declaration' error (#11966)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
errormsg: "public implementation 'tmismatchedvisibility.foo(a: int) [declared in tmismatchedvisibility.nim(6, 6)]' has non-public forward declaration in "
|
||||
errormsg: "public implementation 'tmismatchedvisibility.foo(a: int)' has non-public forward declaration at "
|
||||
line: 8
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user