We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee72a2b commit 98bd221Copy full SHA for 98bd221
base/compiler/tfuncs.jl
@@ -922,7 +922,7 @@ end
922
function setfield!_nothrow(argtypes::Vector{Any})
923
if length(argtypes) == 4
924
order = argtypes[4]
925
- order === Const(:non_atomic) || return false # TODO: this is assuming not atomic
+ order === Const(:not_atomic) || return false # currently setfield!_nothrow is assuming not atomic
926
else
927
length(argtypes) == 3 || return false
928
end
0 commit comments