Skip to content

rust-mode.el uses the 'cl macros, so it should actually require them - #5285

Merged
bors merged 1 commit into
rust-lang:incomingfrom
jld:emacs-refix
Mar 10, 2013
Merged

rust-mode.el uses the 'cl macros, so it should actually require them#5285
bors merged 1 commit into
rust-lang:incomingfrom
jld:emacs-refix

Conversation

@jld

@jld jld commented Mar 8, 2013

Copy link
Copy Markdown
Contributor

Without this change, rust-mode doesn't work if 'cl hasn't been required
by something else, apparently. I'm not entirely sure what changed such
that I started seeing this problem instead of not, but maybe the emacs
world has been making progress towards not loading 'cl at runtime if
it's only needed at compile time.

(This change was previously submitted as e93a58d and accidentally reverted by ad8b437.)

Without this change, rust-mode doesn't work if 'cl hasn't been required
by something else, apparently.  I'm not entirely sure what changed such
that I started seeing this problem instead of not, but maybe the emacs
world has been making progress towards not loading 'cl at runtime if
it's only needed at compile time.
bors added a commit that referenced this pull request Mar 10, 2013
Without this change, rust-mode doesn't work if 'cl hasn't been required
by something else, apparently.  I'm not entirely sure what changed such
that I started seeing this problem instead of not, but maybe the emacs
world has been making progress towards not loading 'cl at runtime if
it's only needed at compile time.

(This change was previously submitted as e93a58d and accidentally reverted by ad8b437.)
@bors bors closed this Mar 10, 2013
@bors
bors merged commit 8453f31 into rust-lang:incoming Mar 10, 2013
bors added a commit to rust-lang-ci/rust that referenced this pull request May 2, 2020
deps: bump itertools 0.8 -> 0.9

changelog: none
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
5285: Don't mess with cursor position when adding hashes r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
RalfJung added a commit to RalfJung/rust that referenced this pull request Aug 25, 2026
Custom allocators do not get noalias after all
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.

3 participants