You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rnim bugs/stdlib/t05_fmt_undecl_identifier_format.nim
nim c --nimcache:/tmp/nim//nimcache/ -o:/tmp/nim//app -r bugs/stdlib/t05_fmt_undecl_identifier_format.nim
/Users/timothee/git_clone/nim/timn/bugs/stdlib/t05_fmt_undecl_identifier_format.nim(5, 6) template/generic instantiation from here
/Users/timothee/git_clone/nim/timn/bugs/stdlib/t05_fmt_undecl_identifier_format2.nim(6, 15) template/generic instantiation from here
/Users/timothee/git_clone/nim/Nim/lib/pure/strformat.nim(278, 5) Error: undeclared identifier: 'format'
format($arg, option, res)
workaround: export strformat.format in t05_fmt_undecl_identifier_format2
The text was updated successfully, but these errors were encountered:
t05_fmt_undecl_identifier_format2.nim:
rnim bugs/stdlib/t05_fmt_undecl_identifier_format.nim
nim c --nimcache:/tmp/nim//nimcache/ -o:/tmp/nim//app -r bugs/stdlib/t05_fmt_undecl_identifier_format.nim
/Users/timothee/git_clone/nim/timn/bugs/stdlib/t05_fmt_undecl_identifier_format.nim(5, 6) template/generic instantiation from here
/Users/timothee/git_clone/nim/timn/bugs/stdlib/t05_fmt_undecl_identifier_format2.nim(6, 15) template/generic instantiation from here
/Users/timothee/git_clone/nim/Nim/lib/pure/strformat.nim(278, 5) Error: undeclared identifier: 'format'
format($arg, option, res)
workaround:
export strformat.format
int05_fmt_undecl_identifier_format2
The text was updated successfully, but these errors were encountered: