mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-01 11:34:43 +00:00
Merge pull request #11132 from jrfondren/expand-amb-identifier-output
provide more useful ambiguous-identifier error output
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
discard """
|
||||
errormsg: "ambiguous identifier: 'range' -- use system.range or mrange.range"
|
||||
line: 13
|
||||
errormsg: "ambiguous identifier: 'range' -- use one of the following:"
|
||||
line: "13"
|
||||
"""
|
||||
|
||||
import mrange
|
||||
|
||||
Reference in New Issue
Block a user