Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mir: trans of references to statics unimplemented #29578

Closed
nikomatsakis opened this issue Nov 4, 2015 · 0 comments
Closed

Mir: trans of references to statics unimplemented #29578

nikomatsakis opened this issue Nov 4, 2015 · 0 comments
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.

Comments

@nikomatsakis
Copy link
Contributor

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.

@nikomatsakis nikomatsakis added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html labels Nov 4, 2015
nagisa added a commit to nagisa/rust that referenced this issue Nov 10, 2015
bors added a commit that referenced this issue Nov 12, 2015
Fixes #29578

r? @nikomatsakis

My own observations are posted inline as comments.
bors added a commit that referenced this issue Nov 13, 2015
Fixes #29578

r? @nikomatsakis

My own observations are posted inline as comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant