mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-17 21:12:42 +00:00
fixes #24905 fixes #24903 fixes https://github.com/nim-lang/Nim/issues/11805 fixes https://github.com/nim-lang/Nim/issues/15650 In the first phase of generic checking, we cannot warn/error symbols because they can belong a false branch of `when` or there is a `push/pop` options using open symbols. So we cannot decide whether to warn/error or not