#unused#::Any

Sometimes if I do code_warntype I see a variable called #unused#::Any in my output, all variables I know about and care about, and temp variables have types correctly inferred by julia, I was just wondering what this #unused# one is.

https://github.com/JuliaLang/julia/pull/23280