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

rust-mode uses deprecated backquotes #3122

Closed
brson opened this issue Aug 7, 2012 · 1 comment
Closed

rust-mode uses deprecated backquotes #3122

brson opened this issue Aug 7, 2012 · 1 comment

Comments

@brson
Copy link
Contributor

brson commented Aug 7, 2012

I got this error when I built rust-mode today

In toplevel form:
rust-mode.el:53:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
@brson
Copy link
Contributor Author

brson commented Aug 13, 2012

Fixed in passing.

@brson brson closed this as completed Aug 13, 2012
RalfJung pushed a commit to RalfJung/rust that referenced this issue Oct 21, 2023
intptrcast: remove information about dead allocations

The discussion in rust-lang/miri#3103 convinced me we don't have to keep `int_to_ptr_map` around for dead allocations. But we should not make that depend on the GC, we can just tie it to when the allocation gets freed. That means everything still behaves deterministically, if anything weird happens (but it shouldn't).

r? `@saethlin`
Only the first and last commit contain logic changes, the 2nd commit just moves code around a bit.
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Dependency upgrade resulting from `cargo update`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant