Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

Nim

Compiler

nim HEAD Version 1.5.1

Options

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)
Exit Code:
1