You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 therustc-dev-guide
outdated here? Further, thePlace
is astruct
instead of an enum now, whilerustc-dev-guide
describe it as an enum.The text was updated successfully, but these errors were encountered: