Language
Nim
Compiler
nim HEAD Version 1.5.1
Options
$ nim c ./prog.nim
Exit Code:
1
Author
anonymous
almost 4 years ago
Nim
nim HEAD Version 1.5.1
Author
anonymous
almost 4 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-head/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-head/config/config.nims' [Conf]
................
/home/jail/prog.nim(5, 2) Error: type mismatch: got <typedesc[int]>
but expected one of:
proc b(t: typedesc int)
first type mismatch at position: 1
required type for t: int
but expression 'int' is of type: typedesc[int]
expression: b(int)