I learn from the MIR data types section that a Place can be static variable.

But from the doc, I can't see that Place can used to represent a static variable. Is the rustc-dev-guide outdated here? Further, the Place is a struct instead of an enum now, while rustc-dev-guide describe it as an enum.
I learn from the MIR data types section that a
Placecan be static variable.But from the doc, I can't see that
Placecan used to represent a static variable. Is therustc-dev-guideoutdated here? Further, thePlaceis astructinstead of an enum now, whilerustc-dev-guidedescribe it as an enum.