mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-21 16:31:39 +00:00
removed flawed thread analysis pass
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
discard """
|
||||
line: 12
|
||||
errormsg: "type mismatch: got (proc (int){.closure.})"
|
||||
errormsg: "type mismatch: got (proc (int){.closure, gcsafe.})"
|
||||
"""
|
||||
|
||||
proc ugh[T](x: T) {.closure.} =
|
||||
|
||||
Reference in New Issue
Block a user