Mir: trans of references to statics unimplemented #29578
Labels
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
We need to support references to static items in lvalues. This would be used for accessing a static lock or assigning to a static mut.
The text was updated successfully, but these errors were encountered: