mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-21 00:11:26 +00:00
new feature: --staticBoundChecks:on to enforce static array index checking (#10965)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
discard """
|
||||
errormsg: "can prove: i + 1 > 30"
|
||||
line: 21
|
||||
errormsg: "cannot prove (i)..(i) disjoint from (i + 1)..(i + 1)"
|
||||
line: 20
|
||||
"""
|
||||
|
||||
import threadpool
|
||||
|
||||
Reference in New Issue
Block a user