Open
Description
In 1.11, Base.infer_effects(copyto!, (Memory{Int}, Memory{Int}))
reports :noub
. In 1.12-beta4 it does not. Relatedly, in 1.11 Base.infer_effects(Base.memmove, (Ptr{Base.Cvoid}, Ptr{Base.Cvoid}, Int))
reports :noub
and in 1.12 it does not. In the memmove
case, this :noub
is suspect, but it would be nice to keep the :noub
for copyto!
.