cyclical
Language
Nim
Compiler
nim 1.6.14
Options
Raw compiler options
--expandArc:main --mm:orc
cyclical
$ nim c ./prog.nim --expandArc:main --mm:orc
Exit Code:
1
Author
anonymous
almost 2 years ago
Nim
nim 1.6.14
Author
anonymous
almost 2 years ago
$ nim c ./prog.nim --expandArc:main --mm:orc
Hint: used config file '/opt/wandbox/nim-1.6.14/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.14/config/config.nims' [Conf]
............................................................
/home/jail/b.nim(6, 20) Error: undeclared identifier: 'MyType'
candidates (edit distance, scope distance); see '--spellSuggest':
(2, 3): 'type' [type declared in /opt/wandbox/nim-1.6.14/lib/system.nim(228, 3)]
This might be caused by a recursive module dependency:
/home/jail/a.nim imports /home/jail/b.nim
/home/jail/b.nim imports /home/jail/a.nim