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

+ mode should pass immediate values by-value #3523

Closed
nikomatsakis opened this issue Sep 18, 2012 · 0 comments
Closed

+ mode should pass immediate values by-value #3523

nikomatsakis opened this issue Sep 18, 2012 · 0 comments
Labels
A-codegen Area: Code generation E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone

Comments

@nikomatsakis
Copy link
Contributor

Right now, + always passes a pointer to the value. But it should not do so for immediate values.

bors pushed a commit to rust-lang-ci/rust that referenced this issue May 15, 2021
Attempt to format attributes if only they exist
RalfJung pushed a commit to RalfJung/rust that referenced this issue May 4, 2024
Use the interpreted program's TZ variable in localtime_r

This requires a bit of wiring and a new dependency, but the tests should correctly pass now regardless of what the host's time zone is.

Fixes rust-lang/miri#3522
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area: Code generation E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant