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

emacs rust-mode melpa readme update + improved autoloads #3209

Merged
merged 3 commits into from
Aug 16, 2012

Conversation

mpenet
Copy link
Contributor

@mpenet mpenet commented Aug 16, 2012

The recipes for rust-mode are now also available from MELPA, they target master.
I updated the readme with instructions to install from there and added auto-mode-alists to autoloads (marmalade is up to date with that)

brson added a commit that referenced this pull request Aug 16, 2012
emacs rust-mode melpa readme update + improved autoloads
@brson brson merged commit 4e91f29 into rust-lang:incoming Aug 16, 2012
@brson
Copy link
Contributor

brson commented Aug 16, 2012

Thanks!

jaisnan pushed a commit to jaisnan/rust-dev that referenced this pull request Jul 29, 2024
GitHub closed the previous PR (rust-lang#3205) after I renamed a branch, hooray.

Change the implementation of `println!` & `eprintln!` with no arguments
to call `print!("\n")`
& `eprint!("\n")` respectively instead of producing no tokens. This is
what std does. [^println][^eprintln]

 
[^println]:
https://github.com/rust-lang/rust/blob/8c127df75fde3d5ad8ef9af664962a7676288b52/library/std/src/macros.rs#L140
[^eprintln]:
https://github.com/rust-lang/rust/blob/8c127df75fde3d5ad8ef9af664962a7676288b52/library/std/src/macros.rs#L218

Resolves rust-lang#3204.

A test included, as per
model-checking/kani#3205 (comment)
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.

2 participants