var x = someConstStr.cstring
should be illegal; causes SIGBUS
x[0]='a'
#85
Labels
var x = someConstStr.cstring
should be illegal; causes SIGBUS
x[0]='a'
#85
Writing to readonly data gives SIGBUS error; should be CT error instead · Issue #8463 · nim-lang/Nim
see nim-lang#8463 (comment)
D20200522T051533
=> needs an RFC
=> #524
The text was updated successfully, but these errors were encountered: