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

Removed comma from rust-mode.el #3184

Closed
wants to merge 1 commit into from
Closed

Conversation

megakorre
Copy link
Contributor

The "fn" keyword wasn’t highlighted so I checked the rust-mode.el and it had a comma placed directly before it.

(dolist (word '("mod" "const" "class" "type"
                      "trait" "struct", "fn" "enum"
                       "impl"))

I assume this was accidentally placed there. If not ignore this pull request.

@megakorre megakorre closed this Aug 11, 2012
nikomatsakis added a commit to nikomatsakis/rust that referenced this pull request Apr 5, 2013
nikomatsakis added a commit to nikomatsakis/rust that referenced this pull request Apr 5, 2013
bors added a commit that referenced this pull request Apr 6, 2013
… r=catamorphism

r? @catamorphism (just the last commit)

This is a minor patch to #3184 (which you also reviewed), needed for #5656
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Nov 25, 2023
detect and test for data races between setenv and getenv

But only on Unix; Windows doesn't have such a data race. Also make target_os_is_unix properly check for unix, which then makes our completely empty android files useless.
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Nov 25, 2023
detect and test for data races between setenv and getenv

But only on Unix; Windows doesn't have such a data race. Also make target_os_is_unix properly check for unix, which then makes our completely empty android files useless.
jaisnan pushed a commit to jaisnan/rust-dev that referenced this pull request Jul 29, 2024
Introduces a data structure, `ShadowMem<T>`, with two methods:
```rust
pub fn set<U>(&mut self, ptr: *const U, val: T)
pub fn get<U>(&self, ptr: *const U) -> T
```
for setting and getting values of type `T` associated with the memory location that `ptr` points to.

Towards rust-lang#3184 

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
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

Successfully merging this pull request may close these issues.

1 participant